> For the complete documentation index, see [llms.txt](https://enginethemes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-quick-customization-in-frontend.md).

# FE Quick Customization in FrontEnd

ForumEngine (FE) supports quick customization in front-end to help you easily manage your site’s appearance including layout, font, and color.

To customize your site from front-end, click **Active Customization Mode** icon located at the middle left of the page.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714521790336027966767ad/file-cRjAxhuLQm.png)

It will display three parts to modify:

#### **1. Color Schemes.**

This allows you to change your site’s color scheme. There are eight colors available for your choice.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/57145236c697911a6f039d0d/file-yHnM52jJ4P.png)

#### **2. Page Options.**

This enables you to change your site’s layout, background patterns, hyperlink color, and background colors of header, page, and footer.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/571452dcc697911a6f039d0f/file-vpSzS3xYWh.png)

* *Layout Style:* Choose whether one column, two columns with left sidebar, or two columns with right sidebar is best for your site.
* *Background Patterns:* Job Engine provides eight simple background patterns to give your site a sleek look.
* *Colors:* You can change the colors of your site’s header, page, footer, action1, and action2 backgrounds to achieve a color-coordinated or distinct style.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/57145310c697911a6f039d10/file-45cOEhOunE.png)

#### **3. Content Options.**

This is where you can change the font style and font size of your site’s heading and content.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5714532e90336027966767b2/file-gj53QHTkr5.png)

Remember to click ***Save*** to apply changes on your site.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://enginethemes.gitbook.io/docs/forumengine/fe-complete-other-settings/fe-quick-customization-in-frontend.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
