How to design checkout / cart pages
-
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.
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