• I am using the Red-Train template which is fantastic. I was able to change the font size in the main post but I need to do the following.

    1) Change the font size and color in the ‘filed under, name, time’ section right above the main post.

    2) change the font size in the links section so that it is independent of the main post font size. I think the two are tied.

    To do this, I need to know what sections to modify. Can you help?

    Thank you,
    Patricia

Viewing 2 replies - 1 through 2 (of 2 total)
  • 2) in the css add this line to the #navi section:
    font-size: .8em; — or whatever value you want

    1) find this in the style.css:
    #content .meta {
    font-size: .9em;
    }
    and change the .9 to whatever works better

    Oh…I couldn’t change the font size in the main post using theme “red train”. Could you also tell me the tag that I have to modify?

    Thanks for your sharing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Basic CSS Help’ is closed to new replies.