Hi there, looking for some help to see if this is possible with Wix. The problem is that…I don’t really know what to call this setup in order to search for solutions. I’ve attached an image of what I’m trying to replicate. Basically, each of the “icons” can be clicked (then the icon changes color to show it is highlighted), and the text paragraph underneath the strip changes to display the explanation of that icon. Is there any way to create something similar in Wix or through using special code?
Hi Adam,
If i understood you correctly, some code is required in order to make it done.
For the background color you need to use this backgroundColor method and for changing the text it’s possible to use:
$w('#myTextElement').text = 'my new text';
Good luck!
Roi.