How can I eliminate the estimated shipping section from my landing page?

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

1 Like

@Bosselin

Which page do I need to check?

Please let me know.

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;}

.

@Bosselin

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!

1 Like

Thank you, that worked!

1 Like

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?