This topic has 2 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Rose Tyler
I cannot Change the colour of the drop down menu items on hover.
Hello, Merin,
Thank you for reaching out to us with your concern.
Custom CSS code can be used to change the hover color:
.nav-sublist-dropdown .item-link:hover {
color: red !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up