How to remove discount box from cart page

Hey,

I’m trying to remove the apply discount box from the initial shopping cart page as it does not work and just creates confusion for our customers. webstore address is www.risingsunfpv.com.au

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.ot-wrapper-discount-code {
display: none;
}
1 Like

@ZakariahMT Go to assetes/theme.css put below css at bottom of file.

.ot-wrapper-discount-code
{
display: none !important ;
}
1 Like

LEGEND! Cheers!

1 Like

Cheers mate, it was doing my head in.

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like

Hi, What if there is no theme.css under Assets? Thank you in advance!

Hi, What if there is no theme.css under Assets? Thank you in advance!