Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #333814

    Hi there,

    In the new update, the cart icon is always displayed on mobile..
    Is there a way to hide the cart Icon when the cart is empty?

    Many thanx!

    #334478

    Hi Ben!

    Add the following code to Quick CSS or custom.css

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
       display:none;
    }
    }

    Cheers!
    Arvish

    #357653

    hello!!

    i try you code because i’ve the same issue. But the cart is hidden even if the cart is not equal to 0 products.

    whith this code the cart is always hidden on mobile. I want it to be visible if there is at least one product in it.

    thx

    #358063

    Hey!

    Unfortunately you cannot do that with just CSS and the cart gets added in via AJAX so the scripting is going to be complex. Feel free to request this feature here though, https://kriesi.at/support/enfold-feature-requests/.

    Best regards,
    Elliott

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