how do i disable shopping cart on mobile phones? There is no option for it. My client does not want to see the shopping cart on the mobile because it covers the logo.
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.cart_dropdown { display: none !important;}
}
Cheers!
Josue
