Custom “Open cart” button
-
Hello!
Simple thing, I’m not using the default cart button as my navigation is set to Sticky.
I was wondering, how can I open the side-cart using my custom button?Currently my workaround is a simple jQuery click function:
jQuery("#nav-cart").click(function () { jQuery(".xoo-wsc-modal").toggleClass("xoo-wsc-cart-active") })
Is there a CSS class that could trigger this maybe?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Custom “Open cart” button’ is closed to new replies.