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

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

brew2you
Excursionist
21 0 4

Hi Folks,

 

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

 

Theme: Dawn

 

Screenshot 2024-02-19 at 11.24.52 am.png

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
11306 2213 2383

Hi @brew2you 

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

<style>
.cart__footer .tax-note { display: none !important; }
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

brew2you
Excursionist
21 0 4

And to also do it on the product page?Screenshot 2024-02-19 at 1.24.19 pm.png

 

Dan-From-Ryviu
Shopify Partner
11306 2213 2383

Hi @brew2you 

Please update the code to this. 

<style>
.product__tax.caption.rte,
.cart__footer .tax-note { display: none !important; }
</style>

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

PageFly-Henry
Shopify Partner
1184 335 297

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.