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
May 17, 2024 at 9:53 am
#566191
Aizaz Imtiaz Awan
Keymaster
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.