how can i remove cupon code upper tite text and make always open
-
But I would like to delete the {Click here to enter your code}, and keep the form opened by default.
Thanks a lot.
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL I will check and give you a possible solution.
Best Regards.
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.