Display Action

Controls the visibility and layout behavior of an element by changing its display property in CSS.

Action Settings

Option Default Type Description
Display None Dropdown Selection

Choose how the element is displayed on the page. Options include:

  • Block
  • None
  • Inline
  • Inline-Block
  • Flex
  • Inline-Flex
  • Grid
  • Inline-grid
  • Initial
  • Inherit
  • Revert
  • Unset