Changing Twenty Eleven sidebar image title to lower case
-
Greetings, everybody, I have a wordpress site and have purchased CSS, but I don’t know html. I want to change the all caps title above the image in my sidebar to lower case. Can I make that modification in CSS? Thanks very much for your help!
The blog I need help with is: (visible only to logged in users)
-
You can use the text-transform rule to convert text to lowercase.
I looked at http://teresayoung.com/ and I found the sidebar widget titles use all caps and that you are currently using the Twenty Eleven theme. To make those headings lowercase, try adding the following CSS to your Appearance → Custom Design → CSS page:
.widget-title { text-transform: lowercase; } -
Thank you! Worked like a charm. Is there a link or document where I can learn about “fundamentals of using CSS”, or something like that? And thanks again!
-
-
- The topic ‘Changing Twenty Eleven sidebar image title to lower case’ is closed to new replies.