Hi support,
I want to add a link before the Woo cart icon on the mobile menu.
I can e.g. add a text before it with CSS like this:
.mobile-bar-items.wc-mobile-cart-items::before {
content: "X";
}
But it would be great that I could click on the X π
I will replace the X later on with a heart symbol which will point to a wish list. That’s the whole idea behind it.
I think I can do it with a function, could you please point me in the right direction?
Thanks!