# Footer

Navigate to **Appearance > Customize > Footer**

<figure><img src="/files/Lu2kB2Y416xdmVwYmiWT" alt=""><figcaption></figcaption></figure>

***

#### Customizing the Footer

The Footer section in the Customizer is divided into two main parts: **Widgets** and **Bottom**. Each section gives you control over different elements of your website's footer.

<div align="left"><figure><img src="/files/CQXVsUNVGcmKfFdkMPPH" alt=""><figcaption></figcaption></figure></div>

***

**1. Footer Widgets**

<div align="left"><figure><img src="/files/cDoGtOVx3ClshGtY3Fvn" alt=""><figcaption></figcaption></figure></div>

Under the **Widgets** tab, you can enable or disable the footer widget area using the **Footer Widgets** toggle. Once enabled, you’ll be able to place WordPress widgets into the footer widget area via **Appearance > Widgets** in the dashboard.

<figure><img src="/files/69apZJhaxWmvjLadTSGw" alt=""><figcaption></figcaption></figure>

You can also adjust the **text alignment** of the widget content. Choose from **Left**, **Center**, or **Right** alignment to best match your site’s layout and design preferences.

***

**2. Bottom Footer**

<div align="left"><figure><img src="/files/505GhyOfE7bTEc9CRxxk" alt=""><figcaption></figcaption></figure></div>

The **Bottom** section lets you manage the lower part of your footer. It includes the following controls:

* **Show/Hide Bottom Footer**: Enable or disable the entire bottom footer section.
* **Footer Copyrights**: Toggle to display or hide the copyright text.
* **Social Icons**: Enable social media icons in the footer.
* **Footer Menu**: Toggle to display a menu in the footer area.

Additionally, you can fully customize the **Copyright Text**. This field accepts HTML, allowing you to add links, symbols, and styled text. For example:

```html
Developed with ❤️ by <a href="https://stylothemes.com" target="_blank">StyloThemes</a> from PK
```

This setup gives you complete control over the footer's content and layout, ensuring it aligns with your brand and design needs.

When you're done customizing, don’t forget to **click Publish** to apply the changes to your live site.

***

Let me know if you want this adapted for voiceover or broken into shorter sections for tooltips.


---

# 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.stylothemes.com/pinblog/customization/footer.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.
