Expired
Where can I find the settings to change the highlight color of the dropdown menu?
Hello,
The sub-menu high-light color is the main color of theme. To change it you have to use custom css. Add this code into your custom css box:
nav .menu li ul.sub-menu li a:hover { color: #312e31 !important; }
Change the color to your wish.
Best regards!
You must be logged in to reply to this topic.