Help! Widget text too teeny
-
In customize I can change the font size of the Heading – Title – and body text but not the widget text size. It is super tiny. Cant even read what it says. Help…
The blog I need help with is: (visible only to logged in users)
-
-
-
CSS editing is what you paid for when you purchased the custom design upgrade for this blog http://theollschool.com/
-
These are 3 ways to change fonts on wordpress.com blogs:
(1) 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/
(2) Changing font colors in text in posts or pages either post by post or page by page using the #4 icon (Select text color – change the text color) in Row 2 the Visual editor. http://en.support.wordpress.com/visual-editor/#row-2
(3) Changing all font families, colors and sizes throughout the whole blog by purchasing an annually renewable Custom Design upgrade and using Typekit Fonts with Staff support.
http://en.support.wordpress.com/custom-design/ -
What I need changed is a code problem? Yikes. When I chose this theme The side bar headers were normal size. Did I somehow change a setting to make the words so small? Thank you for helping.
-
-
-
That is not 100% accurate for as you know there is an exception ie. we can use text widgets and specify the font size via coding.
-
I did purchase the custom design upgrade. I can change some of the text sizes, like the header title and body text, just not the widget text. I will look into typekit to see what that is. thanks.
-
Add this to your style sheet, but change font-size: 12px; to whatever size you want in your pages widget:
.widget_pages > ul li, .widget ul.menu li {
border-top: 1px solid #CCCCCC;
font-size: 12px;
font-weight: bold;
list-style-type: none;
margin-bottom: 10px;
padding-top: 10px;
} -
Here’s one alternative. This example will try to override some of the theme settings to let the font sized you set on the Appearance → Custom Design → Fonts page get used:
.widget_pages > ul li, .widget ul.menu li, .column-narrow { font-size: inherit; }To try it out, copy the example code above, paste it into your Appearance → Custom Design → CSS editor, and save changes.
- The topic ‘Help! Widget text too teeny’ is closed to new replies.