Home Forums WoodMart support forum Coupon Code

Coupon Code

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #79046

    krisco
    Participant

    Hello,
    We have 2 things we are trying to do.
    1.
    How do we change the color of only the Coupon Code button on the cart page? Image Attached.
    2.
    On the checkout page at the top how do we remove : Have a coupon? Click here to enter your code

    #79070

    Hello,

    1. Please attach the screenshot, you have forgotten to do that.

    2. If you hide the link a user would not know where to click in order to open the coupon filed.

    Do you want to hide the coupon option at all? Navigate to the Woocommerce > settings and disable coupons.

    Best Regards

    #79223

    krisco
    Participant

    Hello,
    Images attached.

    1. On the cart cart page we ant to change the coupon button color.
    2. On the checkout page we want to remove the coupon option.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .btns-accent-light .cart-actions .button[name=apply_coupon]{
         background:grey;
     }
     .woocommerce-form-coupon-toggle{
         display:none;
     }

    Best Regards

    #79313

    krisco
    Participant

    Hello,
    Thank you. It works to remove the line from the checkout page but it did not work to change the coupon button to grey on the cart page.

    We added, the code to all css areas.

    #79363

    Hello,

    Please provide your site admin access.

    Best Regards

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