How to remove "Cart" from header

Topic summary

A user needed help removing the cart icon from their Shopify store header at omniahebeidart.com.

Solution provided:

  • Navigate to Online Store → Edit Code → theme.liquid file
  • Add custom CSS code above the </body> tag to hide the cart element
  • The code snippet uses CSS to target and hide the cart display

Outcome:
The solution successfully resolved the issue. The user confirmed the code worked as intended, and the discussion was marked as solved.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hi - working on the site: https://omniahebeidart.com/ - trying to remove the “cart” option from the header. is there code to delete or edit out? Thanks!

1 Like

Hey @themaxwolf

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you so much! This worked

1 Like

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.