Hello,
How can I remove the header cart icon on my website for both desktop and mobile?
Thank you for your assistance in advance.
https://www.yook92.com (password: 692)
A user seeks to remove the cart icon from their website header across both desktop and mobile views.
Proposed Solutions:
Two respondents provided CSS-based approaches:
.cart__toggle { display:none !important; } to the theme.css file.menu__item.menu__item--icons { display: none; } at the bottom of theme.cssImplementation Steps:
Both solutions use CSS display properties to hide the cart icon element. The discussion remains open with no confirmation from the original poster about which solution worked or if the issue was resolved.
Hello,
How can I remove the header cart icon on my website for both desktop and mobile?
Thank you for your assistance in advance.
https://www.yook92.com (password: 692)
.cart__toggle{
display:none !important;
}
find theme.css.
you can try this!
Hi @YK92
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css.
Step 3: Paste the below code at bottom of the file → Save
.menu__item.menu__item–icons {
display: none;
}

Hope that my solution works for you.
Best regards,
Victor | PageFly