> 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/other-pages/footer-modules.md).

# Footer modules

### 5. Footer modules

![](/files/G6dwvqZcEElWu9FCQ28R)

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

b) **Featured Events**

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

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/d430bcqgl3OpIuwM3SWQ)

![](/files/yywsPPG51ZK61D8tJj9b)

We have used Os responsive image gallery. Its free one you can download here

c) **Categories**

> Module position: footer-3
>
> Module suffix: menu\_categories

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/4GSAH53ytgqHJ9mnHD29)

![](/files/QWKpx7ZUtS2JjhXGSiCt)

We have J2store product category module. Its free one you can download here

d) **contact Us**

> Module position: footer-4
>
> Module suffix: contact\_us

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/TfLcnFIPU1SmUiZhKiPG)

![](/files/xFc7wTO7jpXBkjTvibte)

**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.
