CSS Variables

CSS variables are an official part of the CSS specification and are called CSS Custom Properties

The theme delivers CSS variables for the most important settings from the theme configuration. You can inspect them in the storefront using your browser's developer tools (in browser: right-click > Inspect). CSS variables help you to ensure a uniform appearance in the presentation of your storefront.

Available CSS Variablen

Usage

The color value stored in the variable corresponds to the setting from the theme configuration. You can use a CSS variable in the color fields of the experience elements, for example.

Example:

primary color as CSS variable

Last updated

Was this helpful?