> 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/business/layout-customization/footer/customer-service.md).

# Customer Service

### CUSTOMER SERVICE

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

![](/files/VWPD4ELdE088rMv4RpmI)

If you want to display your Footer information like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/GMekZxtSLS2pBRIFs5fe)

#### Step-2:

![](/files/ankPu8FTdSg56wEiCact)

#### Step-3:

![](/files/P7BICiwP3FxR8hmPSNIn)

#### Step-4:

Add the following code in your custom module

```html
<div class="footer-block footer-2">
    <ul class="nav nav-stacked">
        <li><a href="#">Demo <span>New</span></a></li>
        <li><a href="index.php/docs">Documentation</a></li>
        <li><a href="#">Services</a></li>
        <li><a href="index.php/support">Support</a></li>
        <li><a href="index.php/contact-us">Contact us</a></li>
    </ul>
</div>
```
