Home Forums WoodMart support forum Change Sticky Header Background Colour

Change Sticky Header Background Colour

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

    getfrankie.co
    Participant

    Just wanting to see how I can change the background colour on the sticky header background? Currently black would like to change it.

    #428052

    Hello,

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

    .whb-sticked .whb-color-light:not(.whb-with-bg) {
        background-color: red;
    }

    Please replace the “red” with the color you need.

    Best Regards

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