How do you do it?
Hi @ManuelH
Are you trying to delete the ‘Shipping Calculated At Checkout Text’ on the Cart page?
To do that, here’s what you need to do
- Go to Themes → Edit Code.
- "Find the file base.css . Add the following CSS snippet to the end of the file:”
.tax-note.caption-large.rte {
display: none !important;
}
Hope it helps you.


