Good day. I have another example of this in a different context.
I have a collection list that displays a set of sponsors, filtered by only the featured ones. I then duplicate that list, and display only remaining sponsors. Both collection lists are virtually identical, and so are using the same classes.
Each sponsor has a class of .sponsor:
collection list wrapper (.sponsor-list)
row
col
link (.sponsor)
img
The only difference between two tiers is that the first set of sponsors needs to appear larger. If I was coding this page myself, I would give the first set a new class (.large) and create a class of .large .sponsor-wrapper img to make those ones larger.
I don’t understand how to target that inherited class using Webflow. It’s probably really obvious, but I am missing it!