> 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/about-us.md).

# About Us

### About Us

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

![](/files/Ti1VtjhnG01ZJwd6MCY5)

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/Lt11dwn5YtEFOZHYzUeV)

#### Step-4:

Add the following code in your custom module

```html
<div class="footer-block footer-1">
    <ul class="nav nav-stacked">
        <li><a href="index.php/features">Features</a></li>
        <li><a href="index.php/pricing">Pricing</a></li>
        <li><a href="index.php/blog">Blog</a></li>
        <li><a href="#">Changelog</a></li>
        <li><a href="#">Brand Assets</a></li>
        <li><a href="#">License Agreement</a></li>
    </ul>
</div>
```
