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

    Hi,
    I want to hide the shoppingcart-icon everywhere on my side, because I need no shop. The setting “Display Floating on the side, but…” on “Header Shopping Cart Icon” hide the icon in desktop-version, but in the mobile-version it’s always displayed. How can I hide in mobile version too?

    #495951

    Hi dsignoWerbung!

    Add this to your custom CSS.

    .cart_dropdown { display: none !important; opacity: 0 !important; }
    

    Regards,
    Elliott

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