Home Forums WoodMart support forum FEW MORE ISSUES IN ONE TICKET Reply To: FEW MORE ISSUES IN ONE TICKET

#263892

Hello,

1) Sorry but it is not possible to move the coupon text as you mentioned.

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

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

Note: It will only move the line at the bottom of the page as you require. Not the popup that appears when you click it.

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

.woocommerce-notices-wrapper {
    display: none;
}

Regards.
Xtemos Studios.