All things Shopify and commerce
Hi,
I've been looking for ages where to remove the text under the subtotal on the cart page.
you've got the customer note section
Then Subtotal
Ten text that i want edit,
Then the Proceed to checkout button.
Here is the website: https://www.offleashpettreats.com.au/cart
Thank you,
Renee
Solved! Go to the solution
This is an accepted solution.
Hello @RdeBeer
Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css
add this code at the end of the file.
.cart__shipping {
display: none;
}
adn the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
This is an accepted solution.
Hi @RdeBeer
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:
.cart__shipping {
display: none !important;
}
@RdeBeer Hey, thanks for posting here.
go to the theme setting then open the cart setting, I hope you will see a check box to show the cart note area.
and other thing if you need to change te potion of these and also want the editable area so you need to customize the code of the cart page ...
let me know if you face any issue , thanks.
Hi, if i uncheck the box it only takes te Note away not the note under the box
Hi @RdeBeer
It seems your website is custom build. Is it possible for you to provide collaborator access to your store so that I can check and guide you accordingly.
If yes, then you can share the code via DM or on below given details
This is an accepted solution.
Hello @RdeBeer
Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css
add this code at the end of the file.
.cart__shipping {
display: none;
}
adn the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Thank you so much!! It was doing my head in.
Always there to help you.....!!!
please hit the like button also.
Hi Renee welcome to the forum.
I reckon your request might require the skills of a programmer and, let's be real, that probably means shelling out some cash.
This is an accepted solution.
Hi @RdeBeer
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:
.cart__shipping {
display: none !important;
}
Thank you! it worked!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024