Making a accordion item change an image with each item click

For an accordion element, you cannot use an onClick event listener (https://dev.wix.com/docs/velo/api-reference/$w/accordion/introduction).
You only have access to onMouseIn - images will change when you hover the cursor.

1 Like