How to hide an element if a certain cms element is not set?

Hello,

how to natively hide an element if a certain CMS element isn’t set ?

in the example bellow, i would like the element “info__img-wrap” to be hidden if its child image element “info__img” piloted by CMS isn’t set (has no image)


Here is my public share link: LINK
(how to access public share link)

Hello,

You can add a conditional visibility on the setting section. I think you should wrap your image in a div to get the possibility to set up a conditional visibility :)