Hello, could you please tell me how to do not all uppercase fonts in main menu???
And where can I read the manual how to change fonts (CSS code) in font menu in the template???
Thanks in advance.
div.gk-menu > ul.level0 > li > a {
font-size: 20px; // here you can set your size.
}
div#gkDropMain > ul > li > a > span.menu-title { text-transform: none!important; }
div#gkDropMain > ul > li > a > span.menu-title { text-transform: capitalize; }
div#gkDropMain > ul > li > a > span.menu-title { text-transform: lowercase; }