Home Forums WoodMart support forum Sticky header text colour

Sticky header text colour

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

    Mishkat
    Participant

    Hello,
    Can you provide the code for sticky header text colour on my site?

    The code I have currently is listed below.

    .menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu
    {
    width: 250px;
    }

    .whb-sticked .whb-row.whb-general-header {
    background-color: #ffffff;
    }

    .whb-sticked .whb-color-light .navigation-style-underline .item-level-0:hover>a {
    color: black;
    }

    /*sticky main menu color*/
    body .whb-sticked .woodmart-navigation .item-level-0.current-menu-item>a{
    color: black;
    }
    body .whb-sticked .woodmart-navigation .item-level-0>a{
    color: black;
    }
    body .whb-sticked .woodmart-navigation .item-level-0>a{
    color: black;
    }
    body .whb-sticked .woodmart-navigation .item-level-0>a:hover{
    color: black;
    }
    body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children>a:after{
    color: black;
    }
    body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children:hover >a:after{
    color: black;
    }
    body .whb-sticked .woodmart-navigation .item-level-0>a .nav-link-text:after {
    background-color: #103d69;
    }

    /*sticky*/
    body .whb-sticked .woodmart-burger-icon .woodmart-burger {
    color: black;
    }
    /*default*/
    body .woodmart-burger-icon .woodmart-burger {
    color: white;
    }

    #296555

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-sticked .wd-nav.wd-style-underline .nav-link-text {
        color: black;
    }

    Best Regards.

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