> 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/outfit/layout-customization/home-page/home-1/home-banner.md).

# Home banner

### Home banner

> Module position : home-banner
>
> Module suffix : Not used

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FwtH8v2p1oKJgR1MGtkkd%2Fhome-banner%20\(1\).png?alt=media\&token=5ba9f427-ec63-4bfb-a211-6855b0616376)

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2F150yLJv62bsQv5KOq6kA%2Fmodule1.png?alt=media\&token=1545b61c-5a4f-4b74-83a4-2d65f728830a)

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FWEq2pYr0j7uH78neW7TR%2Fmodule2.png?alt=media\&token=8d3ce080-b184-4289-bc68-b6f0aaf67af2)

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2F9MtcDV6uojo74EVfbVRv%2Fcustom.png?alt=media\&token=7e3f66af-236e-477c-808d-6b53a6d67902)

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FhqajXnLknOhres6xOGBP%2Fhome-banner1%20\(1\).png?alt=media\&token=82a423dd-76ae-4936-8add-86a6cc41e160)

Follow the below code to achive the above

```html
<div class="home-1banner">
<div class="home-padding">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="banner-content">
<div class="content-center">
<h3>Shop For More Then $250</h3>
<h2 class="discount">Get <span>20%</span> Discount</h2>
<div class="buy-button"><a href="#" class="buy-product">Buy Now</a></div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="banner-text"><img src="images/themeparrot/banner-category/2.png" alt="1" /></div>
</div>
</div>
</div>
</div>
</div>
```
