# General

The Theme Options section allows you to set up the general styling of the website visually. In the WordPress dashboard menu, go to **Theme Options**. Here you can set up the most essential options for your theme.

The first tab in Theme Options is General Settings. Let's have a look at the available options.

![](/files/EuW8DlC1P3i496kie8j3)

## Site Name

You can set the name and description in this section. The string will appear on the Browser tabs:

![](/files/TVuO4OZQQuJXdAQ56bnd)

## Logo

You can configure the logo settings here. Upload a logo file on the **Logo** field.

![](/files/ReVyOpFKDgcWN6sVikMo)

Set **Logo width & Logo height** in px respectively. (If the **Logo width** and **Logo height** are not indicated, the uploaded logo image will be displayed in its original size).

{% hint style="info" %}
If the site header is built using Elementor Header & Footer builder you need to upload the logo while [editing the custom Header](/companion-theme-documentation/blocks-and-content/header.md).
{% endhint %}

## Site Favicon

You can upload the Favicon for your website in this section.&#x20;

![](/files/OTyG4wB4h9BhVkZoE2zd)

It is recommended to upload a 16×16px .png or .gif image

## Preloader

![](/files/9eceydOLsWdUoY7IHs35)

When you enable this option you will loading animation before the main content of the web page is loaded. The preloader in the theme  looks like this:&#x20;

![](/files/qomQVJmqmeaUa3aKeF4V)

## Copyright

Write the copyright text in the **Copyright** section. Here you can add the proper HTML tags:

![](/files/zwjCuD8LWdKdDUqZRbI6)

The **Show Current Year** option always displays the current year. There will be no need to change it manually.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.stylemixthemes.com/companion-theme-documentation/theme-options/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
