[Support request] hide shopping cart in mobile version

Home Forums Support [Support request] hide shopping cart in mobile version

Home Forums Support hide shopping cart in mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #822432
    julio

    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.

    #822640
    Leo
    Staff
    Customer Support

    Hi there,

    Try this instead:

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

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.