Home Forums WoodMart support forum Header / Sticky Header colours

Header / Sticky Header colours

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #452772

    Grega
    Participant

    I’d like to set white text color and icons for main header and black text and blakc icons for sticky header with white background. I couldn’t find any options except dark or light color scheme for both together.

    This is an example what I’m looking for: https://kavehome.com

    Thank you

    #452844

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #453125

    Grega
    Participant

    OK

    #453707

    Grega
    Participant

    Hi, any news?

    #453781

    Hello,

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

    .whb-sticked .whb-main-header .whb-general-header {
    background-color:yellow;
    }
    .whb-sticked .whb-main-header .whb-header-bottom {
    background-color:yellow;
    }
    .whb-sticked .whb-main-header .whb-general-header .wd-nav[class*="wd-style-"]>li>a {
        color: red;
    }
    .whb-sticked .whb-main-header .whb-header-bottom  .wd-nav[class*="wd-style-"]>li>a {
        color: red;
    }
    .whb-sticked .whb-main-header .whb-general-header .wd-tools-element>a {
        color: red;
    }

    Please replace the colors as per your needs and replace the logo for the sticky header.

    Best Regards

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