Stella Theme Documentation
Stella theme footer consists of the following elements:
-
Copyright
-
You can enable or disable copyright text from
config.toml
at[settings.copyright]
. -
To customize the copyright text:
- Use the
text
field inconfig.toml
to provide static content. - Or, if using multilingual support, edit the text in
src/i18n/en.json
and 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