Hi i want to remove cart icon from header
theme is minion
Link: https://trading-worldd.myshopify.com
pass: 0
A user seeks to remove the cart icon from their Shopify store header (Minion theme).
Initial Solution:
#cart-icon-bubble in the base.css fileResolution Steps:
#cart-icon-bubble, #cart-icon-bubble--mobile {
display: none;
}
Outcome:
The solution successfully removes the cart icon on both desktop and mobile views. One additional user reports the code didn’t work for them and caused issues, but no follow-up troubleshooting is provided for that case.
Hi i want to remove cart icon from header
theme is minion
Link: https://trading-worldd.myshopify.com
pass: 0
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
#cart-icon-bubble {
display: none;
}
@Guleria doesnt work..
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!!
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
Hola, no me funciona!
me dejo la escoba el codigo