How can I make the headers sentence case or lower case?
This support request was posted in BBQ by SADK81
- SADK81 April 16, 2013 at 1:52 am
How can I make the headers sentence case or lower case?
Thanks for the quick responses to far 🙂
Juanfra Aldasoro April 16, 2013 at 1:53 amHey there,
No problem 🙂
You mean the navigation menu?
Best,
Juan.SADK81 April 16, 2013 at 1:58 amAll the headers… I guess there isn’t one place to change them all.
The navigation, Slider title, info box and widget titles, page titles etc…
Juanfra Aldasoro April 16, 2013 at 2:03 amHi,
You’re right, there’s no place to change them all.
You can change them independently, for example the css for the navigation items:
#navigation .nav li a { text-transform: capitalize; }
The slider:
.flex-caption h2 { text-transform: capitalize; }
Infobox title:
.infobox .entry-title { text-transform: capitalize; }
Widget titles:
.pre-footer-widgets .widget-section .widgettitle{ text-transform: capitalize; }
You can easily retrieve each class by looking your site with firebug (http://getfirebug.com)
Best,
Juan.Juanfra Aldasoro April 16, 2013 at 1:25 pmYes, firebug is similar – it is available for Chrome/Firefox 🙂
Best,
Juan.
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.