How can I remove the cart icon from my website's header?

Hi i want to remove cart icon from header

theme is minion

Link: https://trading-worldd.myshopify.com

pass: 0

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;
}
1 Like

@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

}

1 Like

its works now! but only on desktop not on mobile

Update the css with this

#cart-icon-bubble, #cart-icon-bubble--mobile {
    display: none;
}
2 Likes

Thank you so much bro!!

1 Like

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

1 Like

Hola, no me funciona! :confused: me dejo la escoba el codigo