Home Forums WoodMart support forum How to change background color

How to change background color

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

    mitkovidenov
    Participant

    Hello,

    I have the following issue, when a user clicks on the exit button and gets re-directed the registration form on the right appears white. How can I change the background colour of it?

    Kind regards,
    Dimitar

    #337175

    Hello,

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

    .registration-info pre {
        background-color: #1a1a1a;
    }

    Best Regards

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