-1

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!

1 Answers1

0

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;
}
Doml The-Bread
  • 1,761
  • 1
  • 11
  • 17