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

Move the mention "Have a coupon? Click here to enter your code"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #260789

    dev-nz
    Participant

    Hello,

    I would like to know how we can move, on our checkout page, the mention “Have a coupon? Click here to enter your code” at the bottom of the page (instead of top of it).
    Thank you for your help. Emeline.

    #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.

    #261536

    dev-nz
    Participant

    Thank you for this code, it works well, but when we click on the link to enter the coupon code, the box to write the code still appears on top of the page, as you can see in the video I recorded here (private content)… Do you have any idea how we can solve this?

    Kind regards,

    Emeline

    #261696

    Hello,

    You are Most Welcome.

    You asked about moving the link to open the coupon menu down to the bottom and it is possible with Custom CSS that’s why I provided you with it.

    But it is not possible for the pop-up form to appear at the bottom with just simple Custom CSS it will also require customizations that are beyond our limitations and support policy.

    Best Regards.

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