Home Forums WoodMart support forum header color

header color

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

    serviziweb
    Participant

    Hi, my header is transparent and turns black when I scroll down. I’d like to change its color — where can I edit this setting?

    #694360

    Hello,

    Can you please share the page URL so I can check and give you custom CSS code?

    Best Regards,

    #694368

    serviziweb
    Participant

    https://tech-trade.it/
    it is in manteinance
    I have to give the user?

    #694463

    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 4 posts - 1 through 4 (of 4 total)