I need to place several buttons on top of an image. When clicked, I’d like different text to appear below the image.
- Is it possible to place buttons on images?
- Is it possible to change the text based on the button clicked?
Beginner here!
Thanks
I need to place several buttons on top of an image. When clicked, I’d like different text to appear below the image.
Beginner here!
Thanks
You can do this with an image map There is a free online image map generator HERE. Once the image map is created, copy the code and paste it into your page using the HTML bric. You must also ad the image to your assets. Things to note are that you may not be able to preview the image map until the page is published. Also, you may need to make separate versions for each breakpoint.
Ok, and thanks for the reply!