Rated as 5 (1 Vote)
Show menu title text above navigation list
Here you will find ways how to show menu title text above navigation list.
Turn off the "Disable menu title" in the "additional options" block of created custom navigation menu.
As with the styles of the URLs active state you can use CSS classes to menu customization. Use simple css construction like this:
.ls-nav-menu .ls-nav-title { font-size: 12px; }
or use menu id (replace <MENU_ID> with id of menu, which you included to template):
#ls-nav-menu-<MENU_ID> .ls-nav-title { font-size: 12px; }