Hi,
I’m trying to create this design where it has the image and you can click the name and it will change image.
Basically it’s a slideshow labeled with a name instead of 1,2,3 and shown at the top of the section.
I’m looking to create it with the same layout.
Here’s the link to the website I found it on.
https://statebags.com/
I’m using the dawn theme.
Creating a slideshow with clickable names that change the displayed image is a great idea! To achieve this layout, consider using HTML, CSS, and JavaScript. Use a container div for the slideshow at the top of the section. Inside, place image elements and name labels. Use JavaScript to handle the click event on the names, updating the displayed image accordingly. You can style it with CSS to maintain a cohesive layout. If you have specific code or design elements you’re struggling with, feel free to share more details for tailored assistance. 