Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nocodesupplyco/282984e798560db97e85673bf30cf05f to your computer and use it in GitHub Desktop.
Save nocodesupplyco/282984e798560db97e85673bf30cf05f to your computer and use it in GitHub Desktop.
Hide Static Section if Child Webflow Collection is Empty
/* Give section an attribute of "data-cms-section" */
[data-cms-section]:not(:has(.w-dyn-item)) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment