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.


Directly accessible in

  • Global
Anchor to Reference a setting value

Reference a setting value

{% if settings.favicon != blank %}
<link rel="icon" type="image/png" href="{{ settings.favicon | image_url: width: 32, height: 32 }}">
{% endif %}

Output


Was this section helpful?