Hi,
I want to hide the shoppingcart-icon everywhere on my side, because I need no shop. The setting “Display Floating on the side, but…” on “Header Shopping Cart Icon” hide the icon in desktop-version, but in the mobile-version it’s always displayed. How can I hide in mobile version too?
Hi dsignoWerbung!
Add this to your custom CSS.
.cart_dropdown { display: none !important; opacity: 0 !important; }
Regards,
Elliott