Home Forums WoodMart support forum how can i remove cupon code upper tite text and make always open Reply To: how can i remove cupon code upper tite text and make always open

#566191

Hello,

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

form.checkout_coupon.woocommerce-form-coupon {
display: block !important;
}
.woocommerce-form-coupon-toggle {
display: none !important;
}

Best Regards.