Home Forums WoodMart support forum How to design checkout / cart pages

How to design checkout / cart pages

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

    haggai
    Participant

    Hello,
    Please advise how to design the checkout / cart pages. At least the most trivial things such as background color, etc.

    The least something like that (attached). Currently the cart/checkout pages look like a mess 🙁

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

    Hello,

    To change the background try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .cart-totals-inner {
        background: grey;
    }
    
    .wd-table-wrapper {
        background-color: grey;
    }

    Best Regards

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