• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter ayepal

    (@ayepal)

    i want to change the post font

    Ok, go to the css file of your theme. This is located in https://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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i change my post font size?’ is closed to new replies.