Home › Forums › WoodMart support forum › Test Server Support › Reply To: Test Server Support
January 19, 2021 at 10:38 am
#259673
Elise Noromit
Member
Hello,
Please remove all your customization.
Please add this code to the Theme Settings > Custom CSS > Global:
.checkout_coupon {
padding: 30px 25px 10px 25px;
text-align: center;
border: 2px dashed #ddd;
max-width: 450px;
display:block!important;
}
.showcoupon{
display:none;
}
Best Regards