Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #606216

    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.

    #606222

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .cart_dropdown { display: none !important;}
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.