menu styling

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Wed Dec 05, 2012 12:41 pm
Image

How would I change the styling for the menu, I dont want the text in uppercase for example.

Thanks :)
User avatar
Junior Boarder

Konrad M
Wed Dec 05, 2012 1:03 pm
Hi,
to change it please add to override.css
Code: Select all
div.gk-menu ul > li, div#gkDropMain ul > li {
text-transform: none;
}

and remember to enable override.css option in template settings.
User avatar


cron