Shopify themes, liquid, logos, and UX
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
Hii, @andrew133
Paste this code on top of the style.scss file.
.cart-container {
display: none !important;
}
Thank You.
Thanks for your help, but this command delete the cart. I just want to delete the preview. Not the cart.
I would like to delete this preview of my current cart.
@andrew133
Paste this code on top of the style.scss file.
.tos_warning.cart_content.animated.fadeIn {
display: none !important;
}
Thank You.
Please add the following code at the bottom of your assets/styles.scss.liquid file.
.cart_container .cart_content {
display: none !important;
}
don't work.. the preview is still here
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025