I’m trying to implement an action within an interaction for a Text Block, however, when selecting this as a Class it does not work:
In order to work I need to select the action to be “Selected element”
The problem with this is that I would need to create an individual interaction for each button across the website, which is not ideal. Why can’t I just select this element to affect the class?
—EDIT—
For some reason the elements were not taking the classes, I did the component again and is getting the class now. Sorry for the trouble and thanks!
Bug, don’t lose time on that: delete the element, create a new one from scratch, with different class names. And prefer not using special characters such as underscore in class names. Stick to space that Webflow will convert to dashes. I’m not saying it causes bugs but it’s a healthy habit to have in every development environment.