Home Forums WoodMart support forum Fonto Menu color in sticky

Fonto Menu color in sticky

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #136259

    gzelasco
    Participant

    The menu color font turns white in sticky
    I cannot found were should be change it

    #136302

    Hello,

    Please provide the site admin access to the private area I will check and provide custom CSS

    Best Regards

    #136854

    gzelasco
    Participant
    #136867

    Hello,

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

    /*sticky main menu color*/
    body .whb-sticked .woodmart-navigation .item-level-0.current-menu-item>a{
    color:yellow;
    }
    body  .whb-sticked  .woodmart-navigation .item-level-0>a{
    color:orange;
    }
    body  .whb-sticked  .woodmart-navigation .item-level-0>a:hover{
    color:yellow;
    }
    body  .whb-sticked  .woodmart-navigation .item-level-0.menu-item-has-children>a:after{
    color:orange;
    } 
    body  .whb-sticked  .woodmart-navigation .item-level-0.menu-item-has-children:hover >a:after{
    color:yellow;
    } 
    body  .whb-sticked  .woodmart-navigation .item-level-0>a .nav-link-text:after {
        background-color: yellow;
    }
    
    /*My Account*/
    body  .whb-sticked  .woodmart-header-links .item-level-0>a {
        color: orange;
    }
    body  .whb-sticked  .woodmart-header-links .item-level-0>a:hover {
        color: yellow;
    }

    Change the colors as per your needs.

    Best Regards

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