Tagged: menu
Hi,
I want to change font of main menu in the header. Also I want to change sub menu color and size but different than the main header menu. Can you please help me?
Thanks
Faheem
Hey softronix_ltd!
You can use the advanced styling tab to target the menu and customize it. See: https://vimeo.com/92502063
Best regards,
Devin
Thanks Devin for real quick response.
I really missed this option to check in detail. I also wanted to make it upper case (only main menu) which is not available as option. is there any? if not then what will be the right selector for accessing main menu?
Faheem
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.main_menu ul:first-child > li > a {
text-transform: uppercase;
}
Remove the second > to have it effect the main menu sub menus too.