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?
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?
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.
i want to change the post font
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.
You must log in to post.