Footer Widget Titels – Change UPPERCASES?
-
Hi, how do I change the Footer Widget Titels? They are now in UPPERCASES and I want them normal.
Please let me know!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .footer-column .widget-title{
text-transform:none;
}
Best Regards
Thanks!
And the text in the Header/nav and categorie titels?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item .category-title{
text-transform:none;
}
Best Regards