Home Forums WoodMart support forum Sticky header color

Sticky header color

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

    pilzplanet
    Participant

    Hello,
    I can’t find the option to change the sticky header color. Can you help me?
    Thanks.

    #345347

    pilzplanet
    Participant

    I found this css in some other topic, but it changes all headers sticky background, and I want to change only Header organic overlap only.

    body .whb-sticked .whb-general-header {
    background-color: #50361A;
    }

    #345370

    pilzplanet
    Participant

    Hello, no, unfortunately it is not resolved. I want to change sticky header color of only one header, and with this css it changes all headers.

    #345379

    Hello,

    Please try adding the following Custom CSS for that. it will work only on the homepage overlap header.

    .home .whb-sticked .whb-general-header {
        background-color: #50361A;
    }

    Best Regards

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