I have chosen to use interactive boxes for presenting the themes on my website. With this decision, I was able to implement a mouse over effect. But this choice has apparently limited the possibility of adding a hyperlink to the whole box.
How do I make my interactive box work as a hyperlink?
Hi Daniel ,
In that case you can do the following :
1 - Add onClick function for the element ( hoverBox )
2 - import wixLocation
3 - inside onClick
wixLocation.to('https://www.wix.com');
Hope this helps!
Best,
Mustafa
Just now, I have had the chance to try this out and it works splendid. Thank you very much for the help!