> 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/runway/layout-customization/home-styles/home-style-1/home-intro-text.md).

# Home intro text

### 8. Home intro text

> Module position: tp-intro
>
> Module class suffix: Not used

![](/files/ykFwteiSw6HOwX4WwgKC)

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/3cmB0x1WgEFDPiikmnCi)

#### Step-2:

![](/files/XCGysXTgCUTiGsnSXvEM)

Add the folloing html code in your custom html module

```html
<div class="call-out-box">
    <div class="col-md-9 col-sm-8 col-xs-12">
        <div class="icon"><em class="icon-line-star"></em>
        </div>
        <h3>Clean, Modern &amp; Multipurpose Joomla Template For Your Website</h3>
    </div>
    <div class="col-md-3 col-sm-4 col-xs-12"><a href="#" class="btn btn-border btn-lg">
 Get this template <span class="fa fa-hand-o-right"></span> </a>
    </div>
</div>
```

#### Step-3:

![](/files/iVy56NtPLV8u6qtLY68Q)
