Changing font size in text widget
-
How do I change the font size in a text widget?
The blog I need help with is: (visible only to logged in users)
-
Hi there, you can change the font size by using your browser inspector to find the name of each element, and then add some CSS to make the tweaks. Did you want to change the text size in all widgets, or just a specific one?
If you wanted to reduce the size of your Recent Posts text, excluding the widget heading, you could add this code under Appearance > Custom Design. Click the CSS tab and add this completely below the existing green comments:
#recent-posts-2 ul { font-size: 80%; }Click Save when you’re done.
To learn more how to target a specific element with CSS, check out our guide:
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
If you need further CSS help, please feel free to post in our CSS Customization forum.
- The topic ‘Changing font size in text widget’ is closed to new replies.