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.
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
Thank you.