Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
Solved! Go to the solution
This is an accepted solution.
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;
}
This is an accepted solution.
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;
}
LEGEND! Cheers!
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.
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!
@ZakariahMT Go to assetes/theme.css put below css at bottom of file.
.ot-wrapper-discount-code
{
display: none !important ;
}
Cheers mate, it was doing my head in.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025