Hi everyone,
I tried to remove cart icon on my header (we don’t sell products).
Link of my website: https://vivrds0100spfr1x-60776284399.shopifypreview.com
Someone have any idea?
Thank you in advance,
Max COSTA
Hi everyone,
I tried to remove cart icon on my header (we don’t sell products).
Link of my website: https://vivrds0100spfr1x-60776284399.shopifypreview.com
Someone have any idea?
Thank you in advance,
Max COSTA
Try adding this code to the bottom of styles.css.
.header-cart.action-area__link .header__link {
display: none;
}