Home Forums WoodMart support forum I’m wondering If we can change the checkout background

I’m wondering If we can change the checkout background

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

    Dejan
    Participant

    Hi again, we solved all our previous problems 🙂

    I’m wondering If we can change the checkout background (remove the carpet) and just have it as in the example (from Demo Tools).

    Thanks

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change page background only on checkout page.

    .woocommerce-checkout .website-wrapper {
    background-color: #F8F8F8;
    }

    Regards

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