Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #360696

    Hi, how can I disable the cart in mobile view. I have tried different CSS methods described in other topics but the cart is still there. Has something changes from previous versions. I am using Enfold 3.0.4. Thanks.

    #360955

    Hi jansiv!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 959px) {
    .cart_dropdown { display: none !important; }
    }

    If that’s not working then send us a link to the exact page of your shop.

    Regards,
    Elliott

    #361343

    The cart is still there even after adding the CSS. You can see that the cart pops up on every page when you resize your browser window. I do not have a shop page as I´m using WooCommerce as a catalog without prices.

    #361574

    Hey!

    Please disable CSS minifying feature on the plugin you are using and flush cache. Code Elliott provided is currently not being applied.

    Best regards,
    Yigit

    #362007

    Thanks, solved.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable cart in mobile view’ is closed to new replies.