I want the 2nd row to be visible only when I click either “Classics” or “Antifiction”. But since these buttons are part of a collection list, the moment I apply the show/hide interaction to one button as trigger, it automatically gets applied to others as well.
I do NOT want the second row to show if I click “Poetry” or “Fiction”.
In the ‘Trigger Settings’, I have even selected ‘Element’ and not ‘Class’
I’m new to webflow so hope I was clear enough. Please let me know if any other info is required for resolution
I’m sorry but I don’t really follow your solution. How do I show/hide any element without using interactions? I’m new with webflow and all the googling is directing me towards interactions only.
In the first div, double the fields the are creating your buttons. So that you get two buttons each time. (2 poetry buttons, 2 classics etc…). But the second button will have a different class or an extra class. Now make that second button display:hidden by default.
use custom code and pseudo classes to target only the items you want and A/ unhide the second button and B/ hide the first one.
↑ now you have a list that looks like your old one but the buttons in the items don’t have the same classe.
hook your IX triggers to the appropriate buttons, limit to class.
I made a duplicate button of each in the first row, and gave them separate classes. But I kind of lost track at point 2. Since I don’t know any code, can this be done without code somehow?