> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/yummy/layout-customization/footer-section/footer-1.md).

# 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
