Shopify themes, liquid, logos, and UX
Hi i want to remove cart icon from header
theme is minion
Link: https://trading-worldd.myshopify.com
pass: 0
Solved! Go to the solution
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
#cart-icon-bubble {
display: none;
}
This is an accepted solution.
Hi @tareekshawi
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
#cart-icon-bubble, #cart-icon-bubble--mobile {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
#cart-icon-bubble {
display: none;
}
Issue in your css rule.
Your previous media query
@media (max-width: 992px){
missing closing tag.
Just before my code close it with curly bracket
this one
}
its works now! but only on desktop not on mobile
Update the css with this
#cart-icon-bubble, #cart-icon-bubble--mobile {
display: none;
}
Thank you so much bro!!
This is an accepted solution.
Hi @tareekshawi
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
#cart-icon-bubble, #cart-icon-bubble--mobile {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hola, no me funciona! 😕 me dejo la escoba el codigo
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025