All Caps titles
- The topic ‘All Caps titles’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I’m looking to change all the Caps Lock text (including titles) to Capital First letter and then lower case letters.
I’ve managed to add CSS to change the headers but not all the titles.
Can you help?
Thanks
Natalie
The blog I need help with is: (visible only to logged in users)
Hello Natalie,
Thanks so much for using Tortuga.
You are able to remove the caps lock styling for all titles with this short CSS snippet:
.main-navigation-menu a,
.archive-title,
.page-title,
.entry-title,
.widget-title {
text-transform: none;
}
Let me know if I can help with anything else.
Cheers,
Thomas