Visibility: Hidden instead of Display:None?

Is there a way to set an element as visibility:hidden rather than display:none?

Hey there!

The designer does not offer a visibility: hidden option. The main differences of course between visibility: hidden and display: none are that visibility: hidden still takes up the height & width of the element you’re hiding - so have you considered possibly setting opacity to 0% instead?


If that isn’t a workaround that works for you, your next best option would be to target the element’s class in your custom code panel in settings and set it to visibility: hidden there.

Hope that helps :slight_smile:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.