Ciao a tutti, è possibile rimuovere l’icona del carrello presente nell’intestazione relativa all’argomento prestigio?
Topic summary
Main issue: hide/remove the shopping cart icon from the header in Shopify themes (Prestige and Dawn). Initial attempt by the requester didn’t work on Prestige, though it worked on Dawn.
Actions taken:
- Store URL and access details were shared so helpers could check.
- Guidance provided to edit theme.liquid (the main theme template) via Online Store > Edit Code and insert a custom snippet just above the tag to hide the cart icon. Screenshots confirmed success.
- An alternative solution suggested adding CSS in theme.css: .header__nav-icon { display: none !important; }.
Follow‑up: A second merchant on Dawn reported the change didn’t apply. After sharing their URL, they were guided to the same theme.liquid insertion location and confirmed it worked.
Notes:
- Images were included showing the cart icon removed, and code insertion points were central to the fixes.
- Themes involved: Prestige and Dawn (Shopify default theme).
Outcome: Issue resolved for both merchants. Effective approaches:
- Add a small code snippet above in theme.liquid.
- Alternatively, use CSS to hide .header__nav-icon.
Status: Resolved; no outstanding questions.
Hey @Talki
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
I put this code but the cart icon doesn’t go away, trying on thema dawn instead it works
Hey @Talki
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
wow, you are my hero, super thank you
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hi @Talki
If I’m not misunderstanding you, you want to remove the cart item right?
- Online store => Themes => Edit code
- Find “theme.css” file
adding code to the bottom
.header__nav-icon{
display: none !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
Hi Talki -
I am trying to do the same thing - using “Dawn” theme and it’s not updating the code. See below. Help??
Hi Moeed -
I realized I just sent a message to Talki - and this should have gone to you! I’ve inserted the code but my site isn’t updating to remove the shopping cart icon. Help??
https://82e29a-b0.myshopify.com/
No password.
Hi Moeed -
https://82e29a-b0.myshopify.com/
And there is no password required, I don’t think!
Many thanks!
Dana
Hey @DGiddens1720
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
HI again, Moeed!
OK - where in the code am I looking? (I am not a programmer, so you’ll need to walk me to this. :O) )
Many thanks!
Dana
Hi Moeed!
That did it. Many thanks!
Dana



