Amending locked out on Summary of Cart Page

Hello there community! Attached here is a screenshot of my Cart page, on the Summary part it is locked out. And I need to amend the policy text of “Taxes and shipping calculated at checkout.“ or I would like to delete the text out from my Summary page. Is it possible I can amend this part or any coding required?

Here is my website is zawinamorocco.com. And my Shopify theme is Horizon version 2.1.6

Appreciate the help, thank you!

This message depends on your shop settings.

To change it, click ... button next to your theme, select “Edit default theme content”, click “Content” tab and scroll a bit down:


Alternatively, to hide it, you can add this code, say to the “Custom CSS” of the “Cart” section, or under “Theme settings” in Customizer

.cart-page .tax-note {
  display: none;
}

Thank you very much, it has solved my issue

1 Like