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!
PageFly - #1 Page Builder for Shopify merchants.
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!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
206 | |
170 | |
77 | |
56 | |
52 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023