> 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/trendz/layout-customization/footer-section/footer-payment-icons-module.md).

# Footer Payment icons Module

### Footer Payment Icons Module

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

If you want your module this way, Go to backend: **Extensions --> Module Manager --> New --> Select** type as **Custom Html** with the settings below:

#### Step-1

![](/files/iyd9tMXgKFLWi64WqYug)

#### Step-2

![](/files/tEZzhVOT6kdT0GcWobso)

Add the below code in your custom html module

```html
<p><img src="images/themeparrot/icons/1.png" alt="" /><img src="images/themeparrot/icons/2.png" alt="" /><img src="images/themeparrot/icons/3.png" alt="" /><img src="images/themeparrot/icons/4.png" alt="" /><img src="images/themeparrot/icons/5.png" alt="" /><img src="images/themeparrot/icons/6.png" alt="" /></p>
<p>&nbsp;</p>
```

#### Step-3

![](/files/QC6O9fV8cEUisK9CRkxb)
