> 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/splash/pages/home-6/home-6-promo-module.md).

# Home-6 Promo Module

### 44. Home-6 Promo Module

> Module position: tp-feature
>
> Module suffix: Not used

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FXZNQWPjYCmqZQD3b9k9s%2F44_Home-6_Promo_Module.png?alt=media\&token=d02a2b67-b67b-402d-867b-623693971882)

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

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FkULNts22DExLKijAZ7DW%2F44_Home-6_Promo_Module_step1.png?alt=media\&token=b16d303e-18c9-439a-98dc-8e43a9422f4d)

#### Step-2

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FOiMF0tMqI4jQ1SQeVFWH%2F44_Home-6_Promo_Module_step2.png?alt=media\&token=88ba0884-50ef-4fd1-9176-48312ab0e8af)

Add the below code in your custom html module

```html
<div class="container">
    <div class="col-md-9">
        <p>The fastest way to grow your business with the leader in Technology.</p>
    </div>
    <div class="col-md-3"><a href="#" class="btn btn-large">Purchase Now!</a>
    </div>
</div>
```

#### Step-3

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FBeMkEJkFM7RuBjSQdJTB%2F44_Home-6_Promo_Module_step3.png?alt=media\&token=9460fa9a-bba6-4f68-aa84-1d9652d52692)
