Home Forums WoodMart support forum Static header background color

Static header background color

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

    bigdrop
    Participant

    Hi, how can I change the background color only for the sticky header.
    Is there an option on the setting for that?

    I want my me header to be transparent and overlap but when someone scroll down I want the background color to change to green. Currently it’s black.

    #329151

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards

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