I have 2 image banner sections on my homepage. I only want the first one to be clickable (without a button). I’ve tried some of the previous solutions that were posted but when I try them, both of my image banner sections change. Is what I’m asking even possible?
It depends on what you want to happen after clicking the image. If you want to redirect to a new page, you can enclose your image tag inside “a” tag () or for other actions you can define an event handler using JavaScript.
I would like to redirect to a product page. Can you please let me know the steps I need to make to perform this? Thank you!