I am wondering if someone could give me the code to make my sidebar text (both headings and text) larger while leaving the body and title font size the same? thanks!
The blog I need help with is hellorosie.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
I am wondering if someone could give me the code to make my sidebar text (both headings and text) larger while leaving the body and title font size the same? thanks!
The blog I need help with is hellorosie.wordpress.com.
The first is for the titles and the second is for the links and content of the widgets. Paste the following into the CSS edit window (after removing all the informational text there now).
#secondary h3 {
font-size:1.3em;
}
.widgets ul {
font-size:1.3em;
}
great! worked perfectly. thanks again.
You're welcome.
This topic has been closed to new replies.