I have a collection list with items from XANO, every collection item includes own Image, headers, etc.
I want to add slider functionality to slide images from collection list (add up to 6 images).
Please help to understand how to show navigation icons (arrows) when mouse hover over image (hidden by default)?
Because this is 2 different elements with Icon. I trying to do this many ways (hover states, JS), but it not working (
Hey @alnkde
You can add a hover state to the slider. And apply the state to its children. When you do that, the arrow icon will inherit this state. You can then apply the properties you want!