> 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jdocs.themeparrot.com/joomla-templates/runway/layout-customization/home-styles/home-style-6/home-6-promotion-text.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
