Hello!
On my landing page I have a section for estimated shipping and I can’t remove it.
Any suggestions?
Thanks in advance!
https://refinedskin-ca.myshopify.com/admin
Pass: leatow
Hello!
On my landing page I have a section for estimated shipping and I can’t remove it.
Any suggestions?
Thanks in advance!
https://refinedskin-ca.myshopify.com/admin
Pass: leatow
The checkout page after something has been added to your cart.
Thank you.
Hi,
Go to Online Store > Published Theme > Customise > Choose Cart Page. Most probably there would be an option to uncheck the settings.
Or if you hard code, just add following piece of code in your css file:
cart__widget,.cart__or, .cart__foot-inner–alt em{display: none;}
.
Please add the following code at the bottom of your assets/theme.css file.
.cart__widget a[href="#estimate-shipping-calculator"], div#estimate-shipping-calculator {
display: none;
}
Hope this works.
Thanks!
Thank you, that worked!
I am also facing the same issue. i want to remove Estimated shipping calculator on my checkout page. My store link is: https://admin.shopify.com/store/1oliversmith/
Please help
I dont see theme.css.file. What’s my next move?