I have a CMS collection with various text items, not all of the CMS items contain all of the text items, for example some may have an interior designer listed, while some items may not. The problem I am facing is I don’t know how to implement a static title/descriptor that will hide when the associated text item is missing.
For example, lets say I have two items, Building-1, and Building-2:
Building-1
Client: John Doe
Architect: Design XYZ
Interior Designer: Jane Doe
Building-2
Client: Jake Doe
Architect: Design ABC
Interior Designer:
In the case of Building-2, how would you hide the static title ‘Interior Designer’?
Customize page styling based on a field value, using custom CSS. For example, different categories of your blog can look different by binding a Category field to an attribute, then using an attribute selector in your CSS like div[data-category]. #IYKYK
This last approach is super flexible in a lot of different ways