> 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-2/home-style2-quote3.md).

# Home style2 - quote3

### Home Style2 - quote 3

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

![](/files/nKahpv4Ef0sSCERYnEpd)

If you want to display your quotes 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/sUmBKzQcqfRnHIPtfOnl)

#### Step-4:

Add the following code in your custom module

```html
<div class="h-block-5 h-block white">
    <div class="h-block-content">
        <h4 class="wow fadeInDown animated" data-wow-delay="0.5s">“In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.”</h4>
        <p class="wow fadeInDown animated" data-wow-delay="0.8s"><span>Duis leo</span></p>
    </div>
</div>
```
