> 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/business/layout-customization/home-style-1/feature-quote.md).

# Feature quote

### Features quote

> Module position: home-1
>
> Module class suffix: Not used

![](/files/UioenHDjNM3wmbsZoQcn)

If you want to display your quotes information like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/DqHWUJNABcArN3MACQDR)

#### Step-2:

![](/files/CDUjIBqkvBCO52eD2gyX)

#### Step-3:

![](/files/pIqE8c0FOcQXSAUlA57o)

#### Step-4:

Add the following code in your custom module

```html
<div class="h-block-3 h-block black">
    <div class="h-block-content">
        <h4 class="wow fadeInDown animated" data-wow-delay="0.5s">“Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.”</h4>
        <p class="wow fadeInDown animated" data-wow-delay="0.8s"><span>Design by Duis leo</span></p>
    </div>
</div>
```
