Home Forums WoodMart support forum Keeping Showing Coupon box

Keeping Showing Coupon box

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #118007

    DANNYCHUI
    Participant

    Hi, I would like to ask how to keep appearing the coupon box.
    Customers no need to press “Click here to enter your code” to show the coupon box. The coupon box will show automatically.
    Thanks!

    #118030

    Hello,

    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

Viewing 2 posts - 1 through 2 (of 2 total)