Hi,
How to eliminate “Shipping calculated at checkout” next to each product, every single page (Minimal)?
I spent hours to work it out, must be somewhere in liquids?
We offer free shipping and is confusing.
Thank you.
Hi,
How to eliminate “Shipping calculated at checkout” next to each product, every single page (Minimal)?
I spent hours to work it out, must be somewhere in liquids?
We offer free shipping and is confusing.
Thank you.
Please provide website url and if your store is password protected then also provide password
Please place this code at the end of theme.scss
.product-single__policies {
display: none;
}
It depends on what you’re exactly trying to do: If you want to modify the text, you can do this in your themes language settings:
If you want to remove this completely, then you could remove this snippet in your template file (which i would recommend less).
The CSS-method by @pioneer100 would be the least invasive option.
It works!
Thank you so much!