Ethos Woocommerce Checkout Page

Hi, in ethos theme, the checkout page (woocommerce), have two apply coupon button, one below the coupon field, and one on the right side of update cart button. How to remove the one below the coupon field button?
Uploading…

I share the access detail in secure notes.

Thank you.

Best,
Rendy

Hi Rendy,

Please note that the compatible version of woocommerce with the latest version of the theme is

WooCommerce Version: 3.5.1

It is listed in our compatibility page

Please rollback your woocommerce plugin to previous version(Version: 3.5.1)

Thanks

Hi i’ve been rollbacked to 3.5.1, but the double button still appears. Please kindly help me on this.
Thank you.

Best,
Rendy

Hi Rendy,

You can try adding this in Theme Options > CSS

.woocommerce-cart div.coupon button[name="apply_coupon"] {
    display:none;
}
.woocommerce-cart div.coupon {
    margin-bottom:10px;
}

Hope that helps

Hi Paul,

It work great!! Thank you so much!

Best,
Rendy

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.