30-day Return

30-day Return

Module position: Position-1

Module class suffix: icon-custom

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:

Step-2:

Step-3:

Step-4:

Add the following code in your custom module

<div class="custom-tag">
    <div class="tag-icon"><em class="fa fa-truck"></em></div>
    <div class="text">
        <h5><a href="#">30-day Return</a></h5>
        <p>Money back gaurantee</p>
    </div>
</div>

Last updated