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!
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
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
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