White background in checkout
-
Hi i have a page but i need white background in checkout and cart in boxed layout. I draw a red line in image where i need white background inside. Can you help me please
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To add a white background color on the checkout page you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.checkout.woocommerce-checkout.row {
background: white;
}
Best Regards.
ok thank you.
I place this code and all woocommerce page has white background
.woocommerce-page .main-page-wrapper {
background: white !important;
}
Hello,
We are Glad that you resolved the issue by yourself. You are Great!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘White background in checkout’ is closed to new replies.