Widget font too small, I need to make the font larger. I have tried with css and still no change. Can someone give me a hint on why it won't work?
The blog I need help with is ourenchantedcottage.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Widget font too small, I need to make the font larger. I have tried with css and still no change. Can someone give me a hint on why it won't work?
The blog I need help with is ourenchantedcottage.wordpress.com.
Here is an example showing how to make the widget font size in the Chateau theme larger. To try out custom CSS before purchasing the Custom Design upgrade, you can add it to your Appearance → Custom Design → CSS editor and click the Preview button.
.sidebar-widget {
font-size: 1.1em;
}
Note that you can adjust the "1.1em" number larger or smaller until it looks good to you.
This topic has been closed to new replies.