CMS display question

Hi All,

How can I make these fields disappear and only shows if there is a CMS entry for them?

Thanks in advance!

Here is my site Read-Only: (Webflow - Fizio Clinic)

Hey,

you can give the “empty state”-elements a class and hide it using CSS. Something like:

.empty-state {
  display:none;
}

If you’re trying to conditionally hide the entire section containing those lists, you can write javascript or custom CSS.

Or, Sygnal Attributes has a nocode solution for that;

If you’re just trying to hide the “no items found part itself”, you can simply hide or delete that element from your collection list.