> 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/payment-methods-1.md).

# Payment Methods 1

### Payment Methods 1

> Module position: position-5
>
> Module class suffix: Not used

![](/files/CIIqWGCE2BpYMwMub2pY)

If you want to display your content 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/whS9iULSI7kUe0MYDmWi)

#### Step-4:

Add the following code in your custom module

```html
<div class="h-block h-block-6 black">
    <div class="h-block-content">
        <h2>Nulla consequat massa quis enim.</h2>
        <p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
        <div class="row img-container">
            <div class="col-sm-3"><img src="images/themeparrot/icons/paypal.png" alt="paypal" /></div>
            <div class="col-sm-3"><img src="images/themeparrot/icons/stripe.png" alt="stripe" /></div>
            <div class="col-sm-3"><img src="images/themeparrot/icons/payson.png" alt="payson" /></div>
            <div class="col-sm-3"><img src="images/themeparrot/icons/klarna.png" alt="klarna" /></div>
        </div>
    </div>
</div>
```
