This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi, the menu text color is too light when hover, but I am not able to fine the correct CSS line to change it.
Pls take a look. The text become light grey when hover. What is the custom css to correct it? https://www.dropbox.com/s/3rjfzwwe7xonapc/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202017-02-02%20%E4%B8%8B%E5%8D%887.03.43.png?dl=0
Thanks.
Hello,
Try this code to make it nice (Theme Options > Styling > Custom CSS)
.menu-wrapper .menu > li > a:hover {
color: #4c4c4c;
}
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
color: #4c4c4c;
}
Regards
great, it works, thanks !
Hello,
You’re welcome!
Regards
The issue related to '‘Custom CSS to fix the menu text color : color too light when hover’' has been successfully resolved, and the topic is now closed for further responses