Can I remove the mini cart from a Shopify website?

andrew133
Excursionist
28 0 6

Hey, I need help because I would like to remove the "mini cart" from my shopify website (" votre panier est vide")
link : https://structureparis.com
password : cewleu
thanks

Capture d’écran 2021-10-18 à 11.20.29.png

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @andrew133 
Paste this code on top of the style.scss file.

.cart-container {
    display: none !important;
}

Thank You.

andrew133
Excursionist
28 0 6

Thanks for your help, but this command delete the cart. I just want to delete the preview. Not the cart.

Zworthkey
Shopify Partner
5581 642 1565

@andrew133 
Can you give me a screenshot?
Thank You.

andrew133
Excursionist
28 0 6

I would like to delete this preview of my current cart.

Capture d’écran 2021-10-18 à 11.50.40.png

Zworthkey
Shopify Partner
5581 642 1565

@andrew133 
Paste this code on top of the style.scss file.

.tos_warning.cart_content.animated.fadeIn {
    display: none !important;
}

Thank You.

dmwwebartisan
Shopify Partner
12280 2546 3694

@andrew133 

 Please add the following code at the bottom of your assets/styles.scss.liquid file.

.cart_container .cart_content {
    display: none !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
andrew133
Excursionist
28 0 6

don't work.. the preview is still here

Capture d’écran 2021-10-18 à 11.50.40.png