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

Folex theme allows you to define your site’s global contact information once, and then reuses it across multiple pages and components—like the footer, offcanvas menu, and more.

Where It Appears

The contact information you configure will automatically show up in the following places:

  • The footer
  • The offcanvas/sidebar menu
  • Any component or layout that uses shared contact info

How to Customize

  1. Open the config.toml file located in the src/config/ folder.

  2. Find the following section:

    [settings.contactInfo]
    address = "27 Division St, New York, <br /> NY 10002, USA"
    email = "[folex.agency@mail.com](mailto:folex.agency@mail.com)"
    phone = "[+1 800 123 654 987](tel:+1800123654987)"
  3. Update the values as needed:

    • address: Accepts HTML for line breaks if needed.
    • email: You can write the email address using markdown link format, or just plain text.
    • phone: Markdown or plain text also works.

Notes

  • The contact information is reused using Astro props, so changes here automatically reflect throughout the theme.

💡 Tip: To change the look and placement of contact info, check the footer, offcanvas component files

  • src/layouts/components/widgets/HeaderOffcanvasContent.astro
  • src/layouts/components/global/FooterFour.astro