Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 31, 2016 at 8:34 pm #606216 spearheadlocalParticipant 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. March 31, 2016 at 8:47 pm #606222 JosueInactive Moderator Hey! Try adding this code to the Quick CSS: @media only screen and (max-width: 767px) { .cart_dropdown { display: none !important;} } Cheers! Josue Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In