Hi,
I want to change the color of the main menu and make it Black as shown in the attachment.
Please let me know how can I do that?
Thanks
Site URL: hidden Theme version: LEGENDA - 8theme WordPress themeVersion: 3.6Hello,
Theme Options > Typography > Main Menu Font and Mobile menu font
Regards
Hi,
No, I mean I want to change the main menu background color and make it black, not the font color.
In this case, you can use custom css code:
.main-nav {
background-color: black;
}
.main-nav .menu > li .nav-sublist-dropdown {
background-color: black !important;
}
Please watch this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.