Skip to content
Type something to search...
Folex Theme Documentation

In the Folex theme, there are three different footer components available:

  • Footer.astro - located at src/layouts/components/global/Footer.astro
  • Default - FooterTwo.astro - located at src/layouts/components/global/FooterTwo.astro
  • FooterThree.astro - located at src/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 in config.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/)"
      }
  • 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

To update the title and description shown in the Footer Three section (as marked in the image below), follow these steps:

  1. Open the file: src/content/sections/english/call-to-action.md.

  2. Modify the title and description 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.

alt text