Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi
I cannot find the option to change active menu item color for dropdown menu…
Thanks
Hello,
There isn’t by options, but there is using custom css. Please add this code into your Custom Css box in General Options:
.custom-current-menu-item-color header#header nav li.current-menu-item > a, .custom-current-menu-item-color header#header nav li > a:hover {
color: #FFEB3B;
}
Change the color to your wish.
Best regards!
Hi
I had to add !important to the color to apply, but then this color also applied to the custom active/hover color set for mainmenu
Any idea to separate both active/hover colors, one for mainmenu and other for dropdown items ?
Thanks again
Hello,
Please edit the css to this:
nav .menu li ul.sub-menu li.current-menu-item > a {
color: #FFEB3B !important;
}
Let me know.
Best regards!
You’re welcome!
If you like our theme and support, please leave us a review on Themeforest. It’s important for us :)
https://themeforest.net/downloads
Thank You :)
You must be logged in to reply to this topic.