leannenicole 0 Report post Posted April 8, 2011 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 6 Report post Posted April 8, 2011 For the title try: .widget-title For the text try: .textwidget Share this post Link to post Share on other sites
brightideas 0 Report post Posted April 13, 2011 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