> 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/home-style-1/brand-logos.md).

# Brand logos

### Brand Logos

> Module position: home-3
>
> Module class suffix: Not used

![](/files/eQGZohRVJRLMFZjsK5LY)

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

#### Step-1:

![](/files/DqHWUJNABcArN3MACQDR)

#### Step-2:

![](/files/CDUjIBqkvBCO52eD2gyX)

#### Step-3:

![](/files/bWw43OFOTAv0pwK7EIO8)

#### Step-4:

Add the following code in your custom module

```html
<div id="home-content-block" class="h-block-3 black h-block">
<div class="h-block-content">
<h3>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</h3>
<div class="brand-logos">
<ul>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/dukapress.png" alt="dukapress" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/gemalto.png" alt="gemalto" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/theme_forest.png" alt="theme forest" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/wordpress.png" alt="wordpress" class="img-responsive" /></a></li>
<li><a href="#" target="_blank"><img src="images/themeparrot/apps_icons/microlancer.png" alt="microlancer" class="img-responsive" /></a></li>
</ul>
</div>
</div>
</div>
```
