> 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-2.md).

# Footer 2

### Second footer widget

![](/files/2ZrQv3Gyc5fcJZ0y1bqx)

Follow the below steps

#### Step-1:

![](/files/0NPhV8yL74uA0NN5RhYj)

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

Add Text box to First footer widget area

![](/files/9avK7LE9oQgArwqxjRlJ)

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

Then add the below code to content

```html
<div class="footer-contact">
<div><em class="fa fa-map-marker"></em>
<p>The Yummmy. PO Box 00006 nehru strret, coimbatore Tamilnadu India</p>
</div>
<div><em class="fa fa-phone"></em>
<p>Phone: (+91) 123-45689 <br>Fax: (+91) 123-45678</p>
</div>
<div><em class="fa fa-envelope"></em>
<p>yummy@domain.com</p>
</div>
</div>
```

![](/files/Ci9MqJkmSzPOXVZUPtez)

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

Then Save the changes
