> 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/runway/layout-customization/home-styles/home-style-6/home-6-shop-intro.md).

# home 6 shop intro

### 43. home 6 shop intro

> Module position: tp-intro
>
> Module class suffix: tp-feature-2

![](/files/tBCEoCaQGbAqrdgHD4BT)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as Custom html** with the settings below:

#### Step-1:

Create a new module type as "Custom Html"

#### Step-2:

Add the following html code in your custom html module

```html
<div class="row tp-sl-10">
    <div class="col-md-4 col-sm-4">
        <div class="services-box-4"><em class="icon-line2-plane"></em>
            <div class="content">
                <h3>Free Shipping</h3>
                <p>Duis nec aliquet massa, sed dapibus mauris.</p>
            </div>
        </div>
    </div>
    <div class="col-md-4 col-sm-4">
        <div class="services-box-4"><em class="icon-banknote"></em>
            <div class="content">
                <h3>Money Back Guarantee</h3>
                <p>Duis nec aliquet massa, sed dapibus mauris.</p>
            </div>
        </div>
    </div>
    <div class="col-md-4 col-sm-4">
        <div class="services-box-4"><em class="icon-heart2"></em>
            <div class="content">
                <h3>Sale up to 50% OFF on friday</h3>
                <p>Duis nec aliquet massa, sed dapibus mauris.</p>
            </div>
        </div>
    </div>
</div>
```

#### Step-3:

Once the module is created successfully SAVE & CLOSE The settings
