would there be a way to have each of the main menu items have its own color? (for example menu-item1=red, menu-item2=yellow etc). It would be lovely if there is a way to do this with custom CCS. Trully appreciate any help with this, as your theme is supremely exeptional in every way!
Hello,
would there be a way to have each of the main menu items have its own color? (for example menu-item1=red, menu-item2=yellow etc). It would be lovely if there is a way to do this with custom CCS. Trully appreciate any help with this, as your theme is supremely exeptional in every way!
Best,
Alias
Hey Alias!
Yes you can each menu item has a id attached to it so you can target that. Please provide url so i can write up the css for you.
Thanks
ThemeNectar Support Team
Hey Tahir,
thanks for the prompt support! I see the id, thanks a lot. I figured our the custom CCS (id 17 is my first menu item):
body header#top nav ul li#menu-item-17 a,
body header#top nav ul li#menu-item-17 a:hover,
body header#top nav ul li#menu-item-17.sfHover a
body header#top nav ul li#menu-item-17.current-menu-item a {
color: #ff0000!important;
}
keep up the excelent support!