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.
Please add the following code at the bottom of your assets/styles.scss.liquid file.
.cart_container .cart_content {
display: none !important;
}
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.
User | RANK |
---|---|
210 | |
150 | |
69 | |
46 | |
39 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023