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.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024