Sidebar widget titles are:
- Spaced wider than standard text
- Converted to all caps
How do I change this back to normal display settings. I've dug through Styles and CSS and cannot seem to find it.
(2 posts)
(2 voices)
Sidebar widget titles are:
- Spaced wider than standard text
- Converted to all caps
How do I change this back to normal display settings. I've dug through Styles and CSS and cannot seem to find it.
Hello ttrapani,
Add this in Dashboard -> your theme -> General Settings -> Custom CSS,
.widgettitle { letter-spacing: 0px !important; text-transform: none !important; }
You must log in to post.