Home Forums WoodMart support forum how can i remove cupon code upper tite text and make always open

how can i remove cupon code upper tite text and make always open

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

    sohoztech.business
    Participant

    But I would like to delete the {Click here to enter your code}, and keep the form opened by default.

    Thanks a lot.

    Attachments:
    You must be logged in to view attached files.
    #566043

    Hello,

    Can you please share the page URL I will check and give you a possible solution.

    Best Regards.

    #566150

    sohoztech.business
    Participant

    http://www.sohoztech.com is my website and you need to go checkout url https://www.sohoztech.com/checkout/

    #566191

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    form.checkout_coupon.woocommerce-form-coupon {
    display: block !important;
    }
    .woocommerce-form-coupon-toggle {
    display: none !important;
    }

    Best Regards.

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