Hello,
I just finished developing a site and went live yesterday. For some reason the (WooCommerce) shopping cart icon is appearing on mobile devices, but hidden on the dev site.
On the live site, I added the following CSS to hide it. It did not work.
@media only screen and (max-width: 768px) {
.cart_dropdown.visible_cart {
display: none!important;
}}
Live site: orangehalo.com
Dev site: orangehalo.ryanflaherty.us
Any help is appreciated!
-Ryan