-1

I am facing an issue with slider button link, when I right-click on button it's working fine but not on left-click. I have tried many things, yet do not find any solution. here is button code:

<a class="wow bounceInUp" data-wow-offset="10" href="https://www.google.com" style="visibility: visible; animation-name: bounceInUp;">Shop Now</a>

1 Answers1

0

I put your button code into a codepen. It does seem to work for me. make sure to start and end your button with <a> </a>

<a class="wow bounceInUp" data-wow-offset="10" href="https://www.google.com" style="visibility: visible; animation-name: bounceInUp;">Shop Now</a>

https://codepen.io/Leeroy-J/pen/podVRvy

Lee A
  • 119
  • 2
  • 8