Making the font smaller on my site
-
I want to make the font on my site smaller. Do I buy the customize option, and then add code to the CSS? Does anyone know the code to enter that will tell it to change the font size? Thanks to anyone to takes the time to read this and maybe answer.
The blog I need help with is: (visible only to logged in users)
-
Hi, Yes, you would need the Custom Design Upgrade in order to change the font sizes globally, however you can change it on a post by post or page by page basis as explained in this support document: http://en.support.wordpress.com/editors/font-size-color/
The following will change the font size for all the content via CSS. You can preview this change and play with it by going to Appearance > Custom Design and clicking the Try it button in the CSS module to the right. Clear out all the informational text in the CSS edit window and paste in the following and you can preview it right on that page. You can find out more on the CSS editing window here: http://en.support.wordpress.com/custom-design/editing-css/
.entry-content, .entry-summary { font-size: 80%; } -
THANK YOU! I looked at the CSS and I wasn’t sure about what code to use. The code is a huge help — it’s working to change it, and that was easy. Thanks!!!!
-
- The topic ‘Making the font smaller on my site’ is closed to new replies.