Home Forums WoodMart support forum How to change stiky main hearder’s background color?

How to change stiky main hearder’s background color?

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

    springorchid2008
    Participant

    Hi, I set the sticky header, but don’t know how and where to change the background color, could you pls kindly give me the instruction?

    Attached pls find the screenshot image.
    Cathy

    Attachments:
    You must be logged in to view attached files.
    #670221

    Hello,

    To change the sticky header background color, add the following custom CSS in theme settings > Custom CSS.

    .whb-sticked .whb-color-light:not(.whb-with-bg) {
    	background-color: #aa923a !important;
    }

    You can change #aa923a to any color code you prefer.

    Best Regards,

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