Tagged: shopping cart
I’ve recently installed WooCart Pro from codecanyon, and I do not need the enfold showing its shopping cart in the upper right corner to display anymore. What is a quick css fix to remove it? I also have it showing in the mobile and think I would like it to remain there, so is there a way to keep it in the mobile but not showing on the normal view? Thank you.
Gary
Hi grpetz!
Please add following code to Quick CSS
#top .cart_dropdown { display: none; }
Cheers!
Yigit
Thank you! Great theme! Enjoying it!