Question to moderators:
How to make gk-menu text capitalize?
Override function in the advanced menu is ON
I set in override.css:
div.gk-menu > ul.level0 > li > a
{
text-transform: capitalize;
}
but nothing changed.
I also inserted the text-transform: capitalize; in the menu.gkmenu.css - the same result
How to solve the problem?