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

# Footer Modules

### 8. Footer Modules

![](/files/ebzJMDzqSgomzsg9uiWt)

We have used custom module.

a) **Opening Time**

> Module position: footer-1
>
> Module suffix: Not used

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/rJzcKGvu0DJgMYEqbBi4)

![](/files/0CdlI7NK8FZXOmfIZVjc)

**Code**

```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="#"><img src="images/themeparrot/icon/twitter-icon.png" alt="twitter icon" /> </a>
        <a href="#"><img src="images/themeparrot/icon/Facebook.png" alt="Facebook" /></a>
        <a href="#"><img src="images/themeparrot/icon/linkedin-icon.png" alt="linkedin icon" /></a>
        <a href="#"><img src="images/themeparrot/icon/google.png" alt="google" /></a>
    </div>
</div>
```

We have used custom module.

b) **News letter**

> Module position: footer-2
>
> Module suffix: Not used

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/9BNYFjHSdfte5t9BtHJ0)

![](/files/I8FymScfXMXDbVKOXpIY)

We have used AcyMailing Module. Its free one you can download here and the module is included in our package.

c) **Contact Us**

> Module position: footer-3
>
> Module suffix: Not used

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/rJzcKGvu0DJgMYEqbBi4)

![](/files/0CdlI7NK8FZXOmfIZVjc)

**Code**

```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>
```

We have used custom module.

d) **Copyright**

> Module position: footer
>
> Module suffix: Not used

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/LhSc4fvio9FDnOvssFqG)
