Widget titles
- The topic ‘Widget titles’ is closed to new replies.
Need help? Check out our Support site, then
I want to change the widget titles. I do not want them in only capital letters and I don’t want them to be brown!
How do I change this?
The blog I need help with is: (visible only to logged in users)
Hello,
You may affect the titles with the following:
h4.widgettitle{text-transform: capitalize; color: #f00;}
Where #f00 is your desired color code.