Hi @ZaDu
follow this:
1. open theme editor and add "custom content" section, then add "custom HTML" section withing section.
2. add this html code:
<div class="product-reasons">
<ul>
<li>
<img src="//cdn.shopify.com/s/files/1/0009/0266/0159/t/6/assets/topreasons_2_image_150x.png">
</li>
<li>
<img src="//cdn.shopify.com/s/files/1/0009/0266/0159/t/6/assets/topreasons_2_image_150x.png">
</li>
<li>
<img src="//cdn.shopify.com/s/files/1/0009/0266/0159/t/6/assets/topreasons_2_image_150x.png">
</li>
<li>
<img src="//cdn.shopify.com/s/files/1/0009/0266/0159/t/6/assets/topreasons_2_image_150x.png">
</li>
</ul>
</div>
Change image to your images,
3. Add this css in Asset->theme.scss or theme.css file at bottom:
.product-reasons ul{list-style:outside none none;margin:0;padding:0;}
.product-reasons{text-align:center;}
.product-reasons ul>li{display:inline-block;margin-right:5px;width:95px;}
@media only screen and (max-width:480px){.product-reasons ul>li{width:18.5%;}}
User | Count |
---|---|
451 | |
213 | |
105 | |
90 | |
87 |