Stella Theme Documentation
Stella theme footer consists of the following elements:
-
Copyright
-
You can enable or disable copyright text from
config.tomlat[settings.copyright]. -
To customize the copyright text:
- Use the
textfield inconfig.tomlto provide static content. - Or, if using multilingual support, edit the text in
src/i18n/en.jsonand other language files. Example:
"footer": {"copyright": "Copyright © {{ year }} Stella"} - Use the
-
-
Menus – See Menus Customization
-
Social Links – See Social Links Customization
-
Subscription Form – See Subscription Customization
-
Contact Form – See Contact Form Customization
-
Contact Info – See How to Add Contact Info