Home Forums WoodMart support forum Top Menu Hover color

Top Menu Hover color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236059

    Satham
    Participant

    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.

    Site link : http://dev.artandcraftuae.com/

    #236178

    Hello,

    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;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)