Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 29, 2015 at 12:13 am #479952 ejo14Participant Hi, what css can I use to remove the shopping cart icon in mobile view? Thanks for the great support. July 29, 2015 at 4:42 pm #480341 ElliottInactive Moderator Hey ejo14! Try adding this to your custom CSS. @media screen and (max-width: 767px) { .cart_dropdown { display: none !important; } } Regards, Elliott 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