Customize Styles
Last updated
Last updated
© Lowcoder Software LTD
Based on the @import statement you can use external hosted Webfonts with Lowcoder. In the Workspace CSS or App CSS editor, you can add Font Family Import Statements
Based on the Text-Property "Font Family" you can then activate this Font Family in your Apps at many components.
You can use the interactive Demo to see the Steps based on the Component "Divider"
With CSS you can further customize the Design of Components. You can use the same CSS Editor for every app or on the Workspace for all apps.
To set CSS Styles for all apps in a Workspace, use the Editors in the Advanced Settings. <yourLowcoderURL>/setting/advanced
Lowcoder Allows you to define Styles at "global Level". That means, you also can customize the style of the Admin Area and the Editor.
To limit the effect of a customized Styling to your Apps only, you can use the prefix class "root-container" in your selectors.
Each Lowcoder Component has a root element with the CSS class name "lowcoder-<component-type>. This identifies the class, not the individual item. In styles that you develop for components, you can use this global class identifier to make sure your styles apply only to all children of a component type.
To address a specific instance of a Lowcoder Component, you can use the CSS Class which is available in the further tree.