Apply Custom CSS Styles

You can apply custom CSS styling to any supported element on a site.

Step 1 | Add the global.css file

Add a global.css file.

Step 2 | (Optional) Add a custom class to a site

In addition to the available classes you can add a new class to any supported element.

Step 3 | Apply custom styles to the class

In the global.css file add custom CSS styles to apply.

For example:

Copy

You can also use site theme CSS variables to apply the site's theme colors and fonts to the class.

For example:

Copy

See also

Did this help?