How do I hide the cart icon from the header/main menu?

Solved

How do I hide the cart icon from the header/main menu?

MCArtstudio
Tourist
4 0 0

Hi. I need to hide/remove the cart menu from the top menu.

 

Possible caveat: It's Atlantic theme, which I purchased without knowing the distinction between Shopify originals and third-party themes in terms of support. I’ve reached out to the makers of Atlantic but they insist the task is beyond their ability and directed me here. I’ve already seen some solutions to hiding the cart icon on other posts here – adding custom codes at the bottom of Assets – but none have worked for me. Maybe it’s a third-party theme issue?

 

My site is already completed and launched. I hired a professional for it, which exhausted my funds. Efforts to convert the site to a free Shopify theme have been a disaster. Can anyone advise me on removing the cart icon under these circumstances? I’m out of ideas. Thanks.

Accepted Solution (1)

Guleria
Shopify Partner
4063 798 1147

This is an accepted solution.

Hello @MCArtstudio ,

 

Add this css at the bottom of file theme.css

.tool-container .mini-cart-wrap {
    display: none !important;
}

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4063 798 1147

This is an accepted solution.

Hello @MCArtstudio ,

 

Add this css at the bottom of file theme.css

.tool-container .mini-cart-wrap {
    display: none !important;
}

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
MCArtstudio
Tourist
4 0 0

Hi, Guleria. First; I can't be sure but I may have carelessly clicked on "Report" instead of "Reply" a moment ago. If it transpires that is the case and it becomes an issue I do apologize, and will clarify my careless mistake with Shopify as need be. 

 

That poor show of gratitude aside, I appreciate your willingness to help. Greatly so, because your solution worked! The cart icon is now hidden on desktop and i-phone views, and presumably tablets as well. You have relieved me of much frustration, Thank You!

 

While I have your attention; Can you advise on how to format a schema around that code? At some future point I'll need to reintroduce the cart icon, and a schema identifying the precise body of code will benefit me (knowing where the code begins before its deletion is of particular concern). I expect there's a tutorial somewhere offering as much, but I figure it's worth asking given the above success.

 

Again, sorry about the Report/Reply thing. It's equally possible I'd falsely read the situation causing you unnecessary fuss. Should it prove otherwise, I will set the record straight through whatever means available.

 

Thanks again, Guleria.

AvadaCommerce
Shopify Partner
3879 840 1003

Hi @MCArtstudio,

 

Please share your store URL so I can have a closer look.

banned