> 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-1-master-promotion-text.md).

# Home 1 Master Promotion text

### 10.Home 1 Master Promotion text

> Module position: tp-promo-1
>
> Module class suffix: tp-promo-top arrow-down-gray-dark

![](/files/dm981mwkIL6vlfQ5dpoG)

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

#### Step-1:

![](/files/gRlZwyHhkP0ckz8m7BmZ)

#### Step-2:

![](/files/R6z48Ig69AiOrygRYpWl)

Add the folloing html code in your custom html module

#### Step-3:

```html
<div class="container tp-sl-10">
    <div class="col-sm-12 text-center">
        <h3>Want to know more about Runway?</h3>
        <p class="tp-sub-text">Lorem Ipsum is simply dummy text of the printing 
and typesetting</p>
    </div>
</div>
```

#### Step-4:

Once the above code is added save and close the settings
