Change the color of the drop-down menu when hovering over it
-
I need to hover over a drop-down menu option to change its color … I need it to change the background color to #064268 and the color of the letters to white.
Please your help!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .navigation-style-default .menu-simple-dropdown .color-scheme-dark li a:hover{
background-color: yellow;
color: green;
}
Please set the colors and background-color as per your needs.
Best Regards
Excellent… Solved Problem. Thanks!!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change the color of the drop-down menu when hovering over it’ is closed to new replies.