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

    I’ve set the Header Shopping Cart Icon setting to “Display Floating on the side, but only once product was added to the cart” but I’ve noticed on the smartphone sized devices such as the iPhone the shopping cart trolley icon appears all the time when you first visit the page.

    Is there a way to only have this appear when you actually add a product to the shopping cart?

    Thanks

    #553645

    Hi databuzz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    ul.cart_dropdown {
        display: none;
    }
    ul.cart_dropdown.av-display-cart-on-load {
        display: block;
    }}

    Regards,
    Yigit

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