How To Remove "Shipping Calculated At Checkout Text" From Product Page - DAWN Theme

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

  1. Go to Themes → Edit Code.

  1. "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.