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