Forums

How do i change my post font size? (4 posts)

  1. ayepal
    Member
    Posted 8 months ago #

    here is my site - hostilegamer.com

    the text on each post is a little small for my liking, how do i edit the stylesheet so it is about 14px?

  2. voala
    Member
    Posted 8 months ago #

    what do you want to change? the font size only for the posts or the font size for the entire website? All this can be done by editing the CSS file of the theme used.

  3. ayepal
    Member
    Posted 8 months ago #

    i want to change the post font

  4. voala
    Member
    Posted 8 months ago #

    Ok, go to the css file of your theme. This is located in http://www.hostilegamer.com/wp-content/themes/news-leak/style.css

    Open it and go to line 1301. There you will find:

    #content p, #content ul, #content ol, #content dd, #content pre, #content hr {
        margin-bottom: 15px;
    }

    change to:

    #content p, #content ul, #content ol, #content dd, #content pre, #content hr {
        margin-bottom: 15px;
        font-size:14px;
    }

    That should do the trick i think.

Reply

You must log in to post.

About this Topic