Home Forums WoodMart support forum change sticky header color

change sticky header color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #479947

    cebfonseca
    Participant

    Hi!

    The sticky header is coming up in a different color. How do I change only the sticky?

    #480075

    Hello,

    Please insert the site admin access into the Private content below the message area. We will provide custom CSS.

    Best Regards

    #480487

    cebfonseca
    Participant

    Please paste the CSS here on the ticket and allow me to enter it in the website

    #480782

    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.

    Best Regards

    #480877

    cebfonseca
    Participant

    Thank you so much. Have a nice one. Please close this ticket.

    #481005

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘change sticky header color’ is closed to new replies.