Is it possible to make the cart visible when it's empty in the header? And is it possible to make the cart a call to action button in the header?
The site is vinesso.dk
Tank you!
Is it possible to make the cart visible when it's empty in the header? And is it possible to make the cart a call to action button in the header?
The site is vinesso.dk
Tank you!
Your cart "logo" get's set to display: none when the cart is empty. simply override it in your templates custom css file or directly in the style.css
.pex-woo-cart-btn {
display: block !important;
}