Configure Styling

You can update your page's look and feel using CSS from the style editor in the Page Builder.

Open the style editor by clicking on Style in the top navigation. Once the Style editor is open, you can add the relevant CSS.

You can preview what your page will look like on Mobile or Tablet by selecting the device.

Don't forget to save any edits you make.

Using Global Styles in Limio

You can create a global stylesheet and reuse it across multiple pages by importing it into each page’s style editor. This helps keep styling consistent and easier to maintain.

Follow the steps below to set this up.

1. Create your global CSS file

Start by creating a CSS file that contains styles to be shared across pages, such as base typography, design tokens, and common components.

Example:

2. Upload the stylesheet as an asset

  1. In the Limio sidebar, navigate to Assets.

  2. Create a new asset (for example, Global Styles).

  3. Drag and drop your global CSS file into the asset upload area.

  4. Save the asset.

  5. Copy the asset URL from the clipboard icon on the right-hand side.

3. Import the global stylesheet into a page

  1. Navigate to the page where you want to apply the global styles.

  2. Open the page’s Style Editor.

  3. Import the global stylesheet using the asset URL you copied, for example:

4. Verify the styles

Once imported, the global styles should be applied to the page. You can still add page-specific styles below the import to override or extend the global styles as needed.

Last updated

Was this helpful?