Font colors!

Forums Forums Templates and themes Font colors!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #906
    Anonymous
    Member

    I am trying to change the color of the font for my posts without having to regenerate the entire template. I’ve figured out how to change every other color (links, hover, titles, etc.) but can’t find the plain post content color in my stylesheet! Any ideas?

    #6602

    That depends on what particular type of content you want to modify. The posts themselves are inside a DIV tag with a class of .post.

    #6603
    Anonymous
    Member

    I tried adding the following to my .post section, but it only changed the font size/style, not the color. I only want to change the normal post text, not links or anything else. Is there somewhere else that I can change the default font color or something?

    I added:
            font-size:1.0em;
    font-family:helvetica,arial,sans-serif;
    color:#000000;

    So the entire thing now looks like:
    .post {
    font-size:1.0em;
    font-family:helvetica,arial,sans-serif;
    color:#000000;
    border-top:0px solid ;
    border-bottom:0px solid ;
    border-left:0px solid ;
    border-right:0px solid ;
    padding:50px px 50px px;
    margin-bottom:70px;
    }

    Thank you!

    #6604

    We don’t provide free support for manually modifying the themes sorry. It seems kind of pointless when the template generator can do it for you automatically.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.