The default shopping cart icon appears in the menu of my website, encounterla.com, when viewed on a mobile device. How do i remove it? If it involves some input into the “quick css”; where exactly is this quick css tab located?
Please let me know,
Elliot Stiller
Hi elliotstiller!
You can find the Quick CSS field in Dashboard > Enfold > General Styling. Add this inside it.
@media screen and (max-width:767px) {
.cart_dropdown { display: none !important; }
}
Cheers!
Elliott
Hi elliotstiller!
Thank you for using Enfold.
You can try the solution provided here: https://kriesi.at/support/topic/hide-responsive-woocomerce-shopping-cart-when-not-in-use/#post-458716
Cheers!
Ismael