Hi
Yes it's possible, but if you are using "BebasNeue" font on Headers (see template parameters > font), you need to change type of font, because this one doesn't support lowercase.
Them you have to enable override.css file on template parameters and add this lines on this file:
- Code: Select all
div.gk-menu > ul.level0 > li,
div.gk-menu > ul.level0 > li > a,
div#gkDropMain > ul > li,
div#gkDropMain > ul > li a { text-transform: none!important; }
Cheers