Dear Enfold Support
Is there a workaround to hide the message box ‘No products in the cart’ when the cart is empty, but to show when it is not empty?
Best regards
Alexander
Hey Jaispirit,
Add this to quick css:
.widget_shopping_cart_content p.widget_shopping_cart_content{
display:none!important;
}
Best regards,
Jordan Shannon