How do I temporarily remove the cart icon on both desktop and mobile? This option should not be available at all.
Theme: Berlin
A user seeks to temporarily hide the cart icon on their e-commerce site (byorto.com) using the Berlin theme, for both desktop and mobile views.
Proposed Solution:
.site-header .cart-icon with display: none !important;Implementation Options:
Status: The discussion remains open with the original poster asking for clarification on exact placement of the CSS code. A screenshot was shared showing where to paste the custom CSS in the theme editor.
How do I temporarily remove the cart icon on both desktop and mobile? This option should not be available at all.
Theme: Berlin
Hello @orchiworld
please provide password
Hi,
theme.css.liquid, or styles.css.liquid or similar
Need to use custom css
Example
.site-header .cart-icon,
.site-header .cart-icon img {
display: none !important;
}
Also check cart icon in liquid files and comment it out
noaxorto
Where exactly do I paste this?
@orchiworld post it in a .css file or copy it and go theme customization, open the header and see the custom CSS area at the bottom then paste and save it.