Remove shipping estimate from product page

Solved

Remove shipping estimate from product page

flamemc
Tourist
3 0 0

Hi everyone

 

So we are using the warehouse design, and no matter which code we change or language option we remove, i cannot remove the shipping calculator from the product page.

 

Here is an example link 

 

https://www.welovebaby.co.uk/products/kinder-valley-whatever-the-weather-doughnut-nursing-pillow

 

All i want to do is remove the shipping estimator / calculator from all product pages. 

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

Try adding this code to the bottom of theme.css

.product-block-list__item.product-block-list__item--shipping {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 4 (4)

Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

Try adding this code to the bottom of theme.css

.product-block-list__item.product-block-list__item--shipping {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
flamemc
Tourist
3 0 0

Amazing thank you

 

I had been trying to fix this on and off for around 2 hours, the advise is very much appreciated.

 

Could I also ask one last question, how can i remove the work Description from each of the product pages, it just does look good imo.

Nick_Marketing
Shopify Partner
1487 336 466

@flamemc

I'm glad the 1st question was solved.

Regarding the second question, to keep topics separate, please open another post on the community forum specifically for that question.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
perfectplanners
Visitor
1 0 0

Hi, where can I add this? I tried adding it to the Custom CSS on the theme settings but it did not work.. could you send me a screenshot of where I can add this code please?