> 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-3/safe-shipping.md).

# Safe Shipping

### Safe Shipping

Module position: Position-4

Module class suffix: icon-custom

![](/files/SviaiBsgeSYQpCh09KOB)

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/v2ruNnE79bul2I9ZwEPn)

#### Step-4:

Add the following code in your custom module

```html
<div class="custom-tag">
    <div class="tag-icon"><em class="fa fa-shield"></em></div>
    <div class="text">
        <h5><a href="#">Safe Shipping</a></h5>
        <p>Safe Shipping Gaurantee</p>
    </div>
</div>
```
