Hi Support Team,
I need to change the drop down menu hover colour but can’t find where that is done.
Thanks
This topic has 3 replies, 2 voices, and was last updated 4 years, 1 months ago ago by ctgreen78
Hi Support Team,
I need to change the drop down menu hover colour but can’t find where that is done.
Thanks
Hello,
Add the next code in Theme Options > Theme custom CSS:
.et_b_header-menu .nav-sublist-dropdown .item-link:hover {
opacity: 1;
color: #dd1515 !important;
}
Regards
Thank you very much!
The issue related to '‘How to change nav dropdown menu hover colour’' has been successfully resolved, and the topic is now closed for further responses