Tagged: mobile, woocomerce
Hi,
On mobile devices you see on the top of the screen a Woocommerce shopping cart. On the desktop version of the website I don’t have it.
How do I remove the shopping cart on the top?
With regards,
Marlon
Hey Linden_Mobile!
Please add this to Quick CSS under Enfold–>General Styling:
.cart_dropdown {
display:none !important;
}
Cheers!
Rikard
Thank you, it worked!