How can I delete the 'Free Shipping' text from my product page?

Hi Folks,

Bow to I remove the “Free Shipping” text that is displayed on the product page and checkout below.

Theme: Dawn

Hi @brew2you

You can remove that by adding this code to theme.liquid file after in Online Store > Themes > Edit code


Hi @brew2you

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.tax-note {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

And to also do it on the product page?

Hi @brew2you

Please update the code to this.