Home Forums WoodMart support forum change hover color and style

change hover color and style

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

    kais
    Participant

    hi
    i just want to change hover color and effect on sub main cathover

    #153299

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .vertical-navigation .item-level-0:hover>a {
        color: red;
    }
    body .mega-menu-list .sub-sub-menu li a:hover > span{
    color:red;
    }
    .vertical-navigation .menu-mega-dropdown .sub-menu>li>a:hover > span{
    color:red;
    }

    If code does not work, please provide your site URL.

    Best Regards

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