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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024