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

    Hi,

    I’m using Enfold and WooCommerce. I’ve set the cart to “Display floating on the side, but only once products was added to cart”. It works fine in browser but on mobile (iPhone 6) the cart stills shows up even though there is no products in the cart.

    What to do?

    Best regards
    Anine

    #595629

    Hi AnineOlsen!

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

    @media only screen and (max-width: 768px) {
    ul#menu-item-shop[data-success="was added to the cart"] {
        display: block !important;
    }
    ul#menu-item-shop {
        display: none !important;
    }}

    Regards,
    Yigit

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