πŸͺΆHow to style CSS properties that are not there in the designer card (custom properties)

If a CSS property is not available in the "Designer" card tabs, you can still use it. Learn how in this brief doc on customizing styles.

  1. In the β€œEdit” sub-menu open β€œDesigner” card.

  2. Select a component to style by clicking on it.

  3. In the β€œDesigner” card move the scroll bar under the tabs all the way to the right side and select the β€œCustom” tab.

  4. Type a CSS Property (E.g. β€œoverflow-y”).

  5. Type a valid value for the property you’ve entered on step 6.

  6. Click β€œAdd”.

  7. Save your changes.

Last updated