Making a CMS collection item non-clickable

I have this list of appartments. They all link to a page with more info about the appartment.
But I want to make the appartments that are marked as “sold” (or “solgt” in norwegian) to be non-clickable.

Is there a simple way to do this without disrupting the rest of the items in the list?


Here is my public share link: https://preview.webflow.com/preview/atrium-2?utm_medium=preview_link&utm_source=designer&utm_content=atrium-2&preview=41ecc66dfb9dc1cdb59d96c92be65d52&pageId=5ebcf76bb601d371e653f837&mode=preview

Hi @OyvindT,

You could make good use of Webflow native conditional display of CMS element.
You could add a div that shows a message about the appartment being sold. That div would be conditionnaly displayed only if the “sold” field is set in your CMS. In the same way, your Div link bloc would also be conditionally displayed, only if the “sold” field is not set.

Hope that helps.

1 Like