> 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/qaengine/qaengine-main-steps-to-set-up-the-site/qaengine-customize-the-theme.md).

# QAEngine Customize the theme

To customize your WordPress website, particularly its color scheme, navigate to the WordPress admin panel and select **Appearance > Customize**. This opens the customization interface, where you can adjust various elements of your site. Here are the five key options available for personalization:

1. **Site Identity**: Modify your site’s title, tagline, and favicon (site icon) to reflect your brand or preferences.
2. **Colors**: Adjust your site’s color scheme in this section. Options include customizing the link color, primary action color, sidebar background color, header background color, and header menu background color to align with your desired aesthetic.
3. **Menus**: Configure the placement and structure of your site’s navigation menus for optimal user experience.
4. **Widgets**: Manage and update the widgets displayed on your site to enhance functionality and content presentation.
5. **Static Front Page**: Define your site’s homepage by selecting either a static front page or a blog post feed, and designate specific pages for the front page and posts if applicable.<br>

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/6139db28d3b029285070f4bf/file-gPQHBOShPJ.png)

**Important**: After making any changes, ensure you click the **Save & Publish** button to apply and save your customizations.

This streamlined process allows you to efficiently tailor your WordPress site while maintaining a professional and polished appearance.


---

# 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/qaengine/qaengine-main-steps-to-set-up-the-site/qaengine-customize-the-theme.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.
