Site logo

Archived topic

hide shopping cart in mobile version

1 reply · Started by julio on February 26, 2019

Viewing posts 1–2 of 2

As I can hide the woocommerce shopping cart in the mobile version, try this code
.mobile-bar-items.wc-mobile-cart-items {
display: none;
}
but it still shows up.

Hi there,

Try this instead:

#mobile-header .mobile-bar-items.wc-mobile-cart-items {
    display: none;
}

Let me know :)

This archived topic is closed to new replies.