Post fonts size
-
Hi, I am using theme P2 and I want to know how can i change size of fonts in my blog post.
The blog I need help with is: (visible only to logged in users)
-
Changing font families, colors and size in text in posts or pages either post by post or page by page by coding into the HTML editor. http://en.support.wordpress.com/editors/font-size-color/
-
If you wish to change the font size throughout the whole blog so you do not have to do this manually in the HTML editor post by post and page by page then you need CSS editing experience and an annually renewable custom design upgrade. http://en.support.wordpress.com/custom-design/
-
You’re posted in the CSS forum, and I don’t see evidence from looking at your site that you have the CSS upgrade, but here is the CSS to change it. This will change the content and caption font size but leave everything else alone.
#main p { font-size: 1em; }
- The topic ‘Post fonts size’ is closed to new replies.