Skip to main content

settings

Allows you to access all of the theme's settings from the settings_schema.json file.

tip

To learn about the available setting types, refer to Input settings.

Reference a setting value

Code
{% if settings.color_primary %}
<meta name="theme-color" content="{{ settings.color_primary }}">
{% endif %}
Output
<meta name="theme-color" content="#E24E2D">