> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/remons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/remons/basic/update-footer.md).

# Footer Settings

## 1: Choose a Footer for All Pages.

Suppose that you want to select "Footer" for all pages

### Step 1: Choose Footer in Global

Go to Appearance >> Customize >> Footer, select: Footer

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

**Please, note**: The footer you select in this section will be applied to all pages except some pages like the blog pages, shop pages. Therefore, if you want to choose "Footer" for 2 both the blog pages, shop pages, follow the step 2 to do this.&#x20;

### Step 2: Choose Footer for Blog Pages & Shop Pages

* Go to Appearance >> Customize >> Blog >> Archive >> Footer Dropdown: choose "Footer".
* Go to Appearance >> Customize >> Blog >> Single >> Footer Dropdown: choose "Footer".
* Go to Appearance >> Customize >> WooCommerce >> Product Catalog >> Footer Dropdown: choose "Footer".
* Go to Appearance >> Customize >> WooCommerce >> Product Detail >> Footer Dropdown: choose "Footer".

### Step 3:  Choose "Global" Option in Footer Version Drop-down of All Pages

Go to: Pages >> All Pages >> Edit Every Page >> General Setting >> Footer Version Drop-down: choose "Global" option&#x20;

***Please, note***: To display General Setting Area, you have to install and active CMB2 plugin.

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

## 2: Change Footer for a Page

Go to Pages >> All Pages: choose a page that want to change its footer, go to: General Setting area >> Footer Version drop-down:

**Please, note**: To display General Setting Area, you have to install and active CMB2 plugin.

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

Options in Footer Version drop-down:&#x20;

* **Global**: Use the footer that is set in Appearance >> Customize >> Footer

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

* **Default**: Use Default Footer. You only can customize this footer in template file ( footer.php file ) in theme.&#x20;
* Footer: If you choose this footer, you can edit it in Builder Header Footer >> All HF

<figure><img src="/files/2fMtrfmhqgVb5n4XZi6Y" alt=""><figcaption></figcaption></figure>

## 3. Modify Data for Footers

Our theme support 2 footer types:&#x20;

* Default footer
* Footers built in Elementor

### 3.1 Modify data for default footer

You only can customize this footer in template file ( footer.php file ) in theme.&#x20;

### 3.2 Modify data for footers built in Elementors

To modify data for footers buits in Elementors, you choose use one of 2 ways:&#x20;

* **The first way**: Go to: Builder Header Footer >> All HF >> Go to: "Footer", click Edit with Elementor

<figure><img src="/files/83tOSGt3A0Ih86M2jEJU" alt=""><figcaption></figcaption></figure>

* **The second way**:  Login site with Administrator account, go to frontend, move on Edit with Elementor in the Site Bar, select: Footer.&#x20;

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

Step 2: Click footer section, a menu will display and you can edit footer here

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


---

# 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://ova-themes.gitbook.io/remons/basic/update-footer.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.
