Hi Team,
In my woocommerce site i have created Nav menu with Black color background and white font. Because of my Primary and secondary theme colors are black , Nav menu mouse hover appears to be black so its not letters not visible in mouse hover. We have this issue in footer menu too. SO is there a way we can chnage mouse hover color to white or any other color except the chnage for primary color in theme dashboard. Please check and let me know how to solve this issue in css or any other method.
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-color-dark .navigation-style-default .item-level-0:hover>a{
color:white;
}
body footer .mega-menu-list .sub-sub-menu li a:hover{
color: #999999;
}