Home Forums WoodMart support forum Move the mention "Have a coupon? Click here to enter your code" Reply To: Move the mention "Have a coupon? Click here to enter your code"

#260811

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woocommerce-form-coupon-toggle {
    position: absolute;
    bottom: -40px;
}

It will move the coupon line at the bottom of the page.

Best Regards.