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.
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
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.
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
Thanks, solved.