In the Folex theme, there are three different footer components available:
Footer.astro
- located atsrc/layouts/components/global/Footer.astro
- Default -
FooterTwo.astro
- located atsrc/layouts/components/global/FooterTwo.astro
FooterThree.astro
- located atsrc/layouts/components/global/FooterThree.astro
Each of them 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 }} Folex / Theme By [Getastrothemes](https://getastrothemes.com/)"} - 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
Editing Footer Three Title and Description
To update the title and description shown in the Footer Three section (as marked in the image below), follow these steps:
-
Open the file:
src/content/sections/english/call-to-action.md
. -
Modify the
title
anddescription
fields to reflect your desired content. For example:title: "Let’s Work Together"description: |We are digital agency that helps businesses develop immersive and engaging user experiences
These changes will automatically update the content in the Footer Three layout.