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!
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.
Hey @themaxwolf
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 then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you so much! This worked
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.
