Hello There, you can do this easily by adding a code on your theme code.
1.goto online stores - themes - duplicate the theme - edit code
2.open footer.liquid under sections
3. add this code there
<img src="{{ 'myimage.png' | asset_url }}" style="height: 50px; width: 100px" title="My image" />
So, what you have to do is substitute the real address for the part:
Upload image for assets/myimage.png folder
{{ 'myimage.gif' | asset_url }}
User | Count |
---|---|
426 | |
193 | |
99 | |
91 | |
82 |