> 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-6/home-6-promotion-text.md).

# Home 6 Promotion text

### 46. Home 6 Promotion text

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

![](/files/LXMxTCv4sDhRKKbOSLpI)

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:

Once the new Custom html module is created You need to add the following html code in your Custom html module

```html
<div class="container tp-sl-10">
    <div class="col-sm-12 text-center">
        <h3>Get 50% discount on orders over $300</h3>
        <p class="tp-sub-text">Sed ut Perspiciatis Unde Omnis Iste Sed ut perspiciatis 
unde omnis iste natu error sit voluptatem accusan tium Sed ut</p>
    </div>
</div>
```

#### Step-2:

Once the module is configured successfully SAVE & CLOSE The settings.
