Home Forums WoodMart support forum Sticky header color change

Sticky header color change

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #289917

    How do i change the color of sticky header? I have transparent header but the sticky header appears to be in grey. I would like to change it to black. Exactly like xtemos website where main header is transparent and sticky header is black. Kindly provide me a custom CSS for the same.

    #289975

    Hello,

    Your header is not sticky at the moment. Please clarify.

    Best Regards

    #290015

    I have enabled sticky header. It is not showing up either

    #290016

    Kindly check now

    #290166

    Hello,

    Please clarify what you want to change: background? Do you want to make it transparent? https://gyazo.com/d536360cb386e98d87d60996499317ad

    Best Regards

    #290189

    Main header should be transparent. Currently this is fine.
    Issue is only regarding the sticky header. I need to change only the background color of sticky header. Currently it is greyish black. I need to change it to black

    #290280

    Hello,

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

    body .whb-sticked .whb-general-header {
        background-color: black;
    }

    Best Regards

    #290407

    Yes this works
    Thank you for the assistance.

    #290560

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

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