Home › Forums › WoodMart support forum › Cart – Checkout "problem" › Reply To: Cart – Checkout "problem"
October 27, 2019 at 9:31 pm
#152741
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*remove the shipping from the cart*/
body .shop_table tr.woocommerce-shipping-totals {
display:none;
}
/*change the background color of the messages*/
body .woocommerce-message{
background-color:red;
}
body .woocommerce-info{
background-color:red;
}
body .wpcf7-mail-sent-ok{
background-color:red;
}
body div.wpcf7-validation-errors{
background-color:red;
}
body .mc4wp-success,
body .mc4wp-error{
background-color:red;
}
Replace the code as per your needs.
You will have to find the plugin to manage the checkout fields. Our theme does not have any options to configure the checkout.
Best Regards