Hi,
1. I want to remove gray background in the checkout page. I want to show same white background in this page. How to do it ?
2. How to remove SKU in this page ?
Thank you.
This topic has 2 replies, 2 voices, and was last updated 2 days, 2 hours ago ago by Andrew Mitchell
Hi,
1. I want to remove gray background in the checkout page. I want to show same white background in this page. How to do it ?
2. How to remove SKU in this page ?
Thank you.
Hello, Lasitha851,
To remove the grey background, we have added the following code:
Theme Options > Custom CSS -> Global CSS
.et_cart-type-1 .container.content-page.sidebar-mobile-bottom, .et_cart-type-1 .order-review {
background: #fff !important;
}
As for the SKU, we do not see it displayed on this page.
Best regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up