# Footer 1

### First footer widget

![](/files/inUNv7HKGpTp4bzUCwi1)

Follow the below steps

#### Step-1:

![](/files/0NPhV8yL74uA0NN5RhYj)

#### Step-2:&#x20;

Add Text box to First footer widget area

![](/files/6mTrsCzMrkNVZHx2afPp)

#### Step-3:&#x20;

Then add the below code to content

```html
<div class="footer">
<div class="service-time">
<div><span class="">Mon to sat</span> <em>.........</em> <span class="">8am to 8pm</span></div>
<div><span class="">Sunday</span> <em>.........</em> <span class="">11am to 8pm</span></div>
<div><span class="">Public holiday</span> <em>.........</em> <span class="">8am to 1pm</span></div>
</div>
<div class="icon"><a href="#"><i class="fa fa-facebook"></i></a> <a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-instagram"></i></a> <a href="#"><i class="fa fa-dribbble"></i></a></div>
</div>
```

![](/files/UfQaFFjqdOL577fLdsXk)

Class name: widget-opening-hours

#### Step-4:&#x20;

Then Save the changes


---

# 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://wpdocs.themeparrot.com/wordpress-themes/yummy/layout-customization/footer-section/footer-1.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.
