Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm not sure if this question belongs in the CSS forum or the WordPress forum...

At this link to my wordpress site: http://richardclunan.com/ in the sidebar, there's a title for a widget "GET FREE CHAPTERS PLUS MORE HELPFUL COPYWRITING IDEAS" - I'd like to change the font of widget titles, so it's not all-caps. So it's small and bold.

How do I do that?

I'm a novice. Where would do i go to find the right file; what's the file name; what code do i need to find to change; and what code do i use as the change?

share|improve this question
You can use firefox's firebug, find the line of css that styles the titles, and then change it. – Raminson Sep 18 '12 at 10:54
I'm a novice. Where would do i go to find the right file; what's the file name; what code do i need to find to change; and what code do i use as the change? I'll update the question with this... – Richard Sep 18 '12 at 11:06

closed as off topic by Michael, Wyck, Brian Fegter, kaiser, Rarst Sep 22 '12 at 14:07

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

It definitely belongs to CSS forum, but any way:

Open: your style.css located in wp-content/themes/twentyeleven-child/

Go to: line 1736 where it says .widget-title

Remove: text-transform: uppercase;

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.