Home › Forums › WoodMart support forum › Editing the cart page › Reply To: Editing the cart page
April 21, 2021 at 10:21 am
#285008
Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
1) Please try adding the following Custom CSS for that and see if this works for you. Otherwise it requires Customizations.
.woocommerce-cart-form.col-xl-8 {
flex: 0 0 100%;
max-width: 100%;
}
2) Please try adding the following Custom CSS for That.
.woocommerce-cart-form__cart-item span.woocommerce-Price-amount.amount {
color: white;
}
3) Please try adding the following Custom CSS for That.
a.button.checkout.wc-forward {
display: none;
}
Regards.
Xtemos Studios