To conditionally show a tag on a blog article's image in Webflow only if it's relevant to a specific relationship status (and hide it for content relevant to all statuses), you can use Conditional Visibility in a CMS Collection List.
Choose the simplest model for your content logic.
Select the tag wrapper block (the element you want shown/hidden).
Go to the Element Settings panel.
Under Conditional Visibility, set rules like one of the following based on your CMS setup:
Option A: Relationship Status Field
Show if Relationship Status is not equal to "All"
Option B: Boolean Field (e.g., Applies to All)
Show if Applies to All is false
Option C: Multi-reference (if using multi-category model)
Unfortunately, Webflow doesn't allow conditional logic directly on multi-references—so use a switch field or custom summary text that can be conditionally displayed.
To conditionally show a relationship status tag only for specific categories, use Conditional Visibility on a tag element, and base it on a CMS field that either identifies the status category or flags it as “Applies to All.” This way, the tag is only shown when relevant and hidden when it's a general article.