Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #343955

    Hi after upgrading to 3.2 i have a shopping cart icon hidding my logo,

    Is there any simple way to remove this?

    #343973

    Hi Jamie A!

    Add this to Quick CSS or custom.css

    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    .cart_dropdown{
      display: none;
    }
    }

    Best regards,
    Arvish

    #344062

    Perfect thanks – Resolved!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove shopping cart on iPhone’ is closed to new replies.