Remove text under Subtotal

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

1 Like

@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 @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

1 Like

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

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.

1 Like

Hi, if i uncheck the box it only takes te Note away not the note under the box

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;
}

1 Like

Thank you so much!! It was doing my head in.

Thank you! it worked!

Always there to help you…!!!
please hit the like button also.