Hey guys, I’m probably stupid, but I can’t find a way to style elements inside a combo class.
i.e.
.parent-card .item {
display: flex;
}
.parent-card.open .item {
display: none;
}
Webflow supports combo classes, so obviously it also probably supports the ability to change the styling of inner elements with combo classes applied, but for some reason if I change the styling of the “.item” in the webflow designer, it applied that update to the class itself, rather than what it’s nested inside.
Here is my site Read-Only: LINK
(how to share your site Read-Only link)