Home Forums WoodMart support forum Change background color of mini cart pop up.

Change background color of mini cart pop up.

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

    Hausbasket
    Participant

    I want to change the color of the mini pop-up. Please help me to change this color.

    The screenshot is attached here for more information.

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

    Hello,

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

    body .wd-side-hidden {
        background-color: red;
    }

    You need to replace “red” with the color you need.

    Best Regards

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