We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

removing "free shipping" text under price

Solved

removing "free shipping" text under price

alexanewman
Tourist
6 0 1

Hi, 

 

I added text "Free Shipping on all US orders" under my price on all my products but I just introduced a couple products I am now charging shipping for. I think I coded this in, but I can't find it anywhere in order to remove it. Can anyone advise? Example: https://shopmoonstarbaby.com/products/ocean-crib-sheet-sea-you-in-my-dreams

 

Thanks!

Accepted Solution (1)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Hello @alexanewman  

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

.product__tax.caption.rte {
    display: none !important;
}

btw if you have a developer in your contact ask him to find the code and disable it.

I suggest a developer because disabling it from settings of code will be a clean solution instead of using a css solution.

 

If you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Hello @alexanewman  

Follow these steps:

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

2. Open your base.css file and paste the following code at the bottom:

.product__tax.caption.rte {
    display: none !important;
}

btw if you have a developer in your contact ask him to find the code and disable it.

I suggest a developer because disabling it from settings of code will be a clean solution instead of using a css solution.

 

If you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
alexanewman
Tourist
6 0 1

that worked, thank you!