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

    Hi, what css can I use to remove the shopping cart icon in mobile view?

    Thanks for the great support.

    #480341

    Hey ejo14!

    Try adding this to your custom CSS.

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

    Regards,
    Elliott

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