Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #760724

    Guys,

    Please help me out. I would like to remove the Woocommerce shopping cart on Mobile view. I managed to do this with this code:

    @media only screen and (max-width: 767px) {
    .cart_dropdown_first{
    border-color: none !important;
    }
    
    .cart_dropdown_first .cart_dropdown_link {
    display: none !important; 
    }
    }

    Now it removes the shopping cart yes but I can still see a frame (small border) where the shopping cart used to be. Now I specified in “extra elements” a border color and I am very please with as this works over the whole site but would like the shopping cart frame to be moved in total on mobile. How can I do this?
    Thank you very much.

    #761721

    Hey tomerus,

    Please try this as well:

    @media only screen and (max-width: 767px) {
    .cart_dropdown {
    display: none !important; 
    }
    }

    Best regards,
    Rikard

    #761769

    Worked like a charm. Thank you so much :-)

    #761801

    Hey!

    Happy we can help.
    Please remember to rate our theme at themeforest, it really help us to get better!
    Thanks a lot for your understanding and patience

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Shopping Cart on Mobile View’ is closed to new replies.