• I’m sorry about this being so basic, but I’m totally new to html and blogging. Tried searching on this topic and couldn’t find anything.

    I just want to learn how to adjust the font size (to begin with) of my posts on my blog. I can see how to make fonts bold and italic and inserting images and such, but what is the html code to increase font size?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Everything style-related is in the stylesheet: style.css file of your theme.
    Normally, you don’t change the font-size from post to post: it’s for the whole blog or nothing ??
    I think it’s reasonable if you think “consistency”.

    I know how to change the font size on the whole, but I only want to change the font size of my posts. How can I do that?
    When I change the font in the body, everything changes, I only want the posts-fontsize to change.

    Show us your url Renee and we can have a look at your particular set up.

    It appears you may have a span set in your code which is setting the font in your posts. It is currently at 85%.

    Either remove the span code completely and this allows for customisation via your CSS or set the percentage to a higher level in the code in your index file in your theme directory.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font size?’ is closed to new replies.