> 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-2.md).

# Payment Methods 2

### Payment Method 2

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

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2F7aC1w5RTP0HbxzFpHPdN%2FVivamus_elementum_semper_nisi.png?alt=media\&token=c46c2a00-85b8-493b-9019-db56241ae696)

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:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FGZZAJzC2SGabrLIUwQpM%2F3_Offcanvas_menu_configuration_step1.png?alt=media\&token=8824c42e-997f-4266-8595-cea89c4e68bd)

#### Step-2:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2Fgswjw5Yf1Poa6BKoMshQ%2FHome_page_banner_step2.png?alt=media\&token=172aefbe-ee77-4dfb-aee4-9e06c9ea5413)

#### Step-3:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FVikhZSPhAgb2L9ZMSoia%2FVivamus_elementum_semper_nisi_step1.png?alt=media\&token=f34b389c-0236-4a45-9ab3-3408a946b299)

#### Step-3:

Add the following code in your custom html module

```html
<div class="h-block h-block-7 black">
    <div class="h-block-content">
        <h2>Vivamus elementum semper nisi.</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>
```
