> 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-1/custom-image3.md).

# Custom-image3

### custom - image3

> Module position: Position-3
>
> Module class suffix: custom-img

![](/files/f6m1zW4UA07MLNgztXnP)

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

#### Step-4:

Add the following code in your custom module

```html
<div class="custom-image"><img src="images/themeparrot/slideshow/read3.jpg" alt="read3" />
    <div class="overlay">
        <h2>Top Selling Books</h2>
        <p>
            <a href="#"> <em class="fa fa-plus-square"></em> </a>
        </p>
    </div>
</div>
```
