Jump to content
Sign in to follow this  
leannenicole

Changing font size of widget header and text

Recommended Posts

leannenicole

How do I change the font size of the widget headers and text? I want the header to be 12px and text to be 10px. I was able to change the text to 10px but it also changed the header (and removed all the other formatting). Here is what I put in: .widget_text { font-size:10px } .widget_title { font-size:12px }

Share this post


Link to post
Share on other sites
kastelic

For the title try:

.widget-title
For the text try:
.textwidget

Share this post


Link to post
Share on other sites
brightideas

I have the same question and I've found none of these work: .widget-title h3.widget-title .widget-title h3 Any other choices? EDIT: Nevermind... I turned AJAX saving back on and now things are working.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×