> 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/bookstore/layout-customization/home-styles/home-style-2/banner-1.md).

# Banner 1

### Banner 1

> Module position: tp-blog1
>
> Module class suffix: custom-img

![](/files/d3ZRXXnMFy6fnQ9Q5RRx)

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

#### Step-1:

![](/files/6hrr0hNnQSFGHfWLA3V3)

#### Step-2:

![](/files/G7CaC8N2b47H5SyFTA48)

#### Step-3:

![](/files/CMhcIDcuQ0NY98ahSLIb)

#### Step-4:

Add the following code in your custom module

```html
<div class="block-left">
    <div class="block-left-top">
        <div class="text-overlay">
            <figure><img src="images/themeparrot/bannars/banner.jpg" alt="banner" class="img-responsive" /></figure>
            <a href="#" class="text-overlay-caption black left"><span> New Book Sales </span> <br /><span>Get new books for half of the price</span> <br /> View more </a></div>
    </div>
</div>
```
