arms Well-known member Jan 28, 2020 #1 What would be the best way to only show the reaction with the most selections. Are the selections ordered with top selection being first? I'm using: Code: .reactionSummary li:not(:first-child) { display: none; }
What would be the best way to only show the reaction with the most selections. Are the selections ordered with top selection being first? I'm using: Code: .reactionSummary li:not(:first-child) { display: none; }