Home Forums WoodMart support forum Menu Background Overlay

Menu Background Overlay

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #645737

    scholtobos
    Participant

    Hi,

    Can you please provide me the css code to change the color and opacity of menu background overlay as shown here?
    https://tinyurl.com/267umm9s

    You can activate this in the header builder by activating Background overlay > Highlight dropdowns by darkening the background behind.

    #645836

    Bogdan Donovan
    Keymaster

    Hi,

    Add the following custom CSS to the Global Custom CSS Area in Theme Settings to change the color of this element. You can replace the background-color value with your own.

    body .wd-close-side {
        background-color: rgba(20, 20, 20, 0.9);
    }

    Kind Regards

    #646175

    scholtobos
    Participant

    Thanks Bogdan, you can close this ticket.

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

The topic ‘Menu Background Overlay’ is closed to new replies.