Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #458287

    Hi.
    I would like to hide woocommerce shopping cart responsive menu when not in use. I obversely wont it to show when there is a product in the cart.

    Thanks.
    You have a fantastic theme.

    #458716

    Hey OneClickTech!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
      right: -100%;
    }
    
    .responsive #top .cart_dropdown.av-display-cart-on-load {
      right: 7.5%;
    }}

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #458878

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide responsive woocomerce shopping cart when not in use’ is closed to new replies.