Conditional visibility: add "or" conditions?

Is it possible to add two condition natively within webflow to make an element visible or not ?

I would like to have an element be visible only if one of its two child are set via CMS.


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

It sounds like you want a XOR ( exclusive OR ), and A and B both set would also be excluded and your element would not be shown?

You could make the element a component, then;

div - conditional vis A is set, B is NOT set
  component
div - conditional vis A is NOT set, B is set 
  component

The purpose of the component would be just to avoid managing content changes twice.

1 Like