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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024