This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
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
Hello,
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