Hello guys. Hoping someone could help here please. We won an award and would love to add an image at the bottom (footer area), but not sure how to go about with it. My website is www.petite-belle.com
Many thanks!
Solved! Go to the solution
This is an accepted solution.
Hello There, you can do this easily by adding a code on your theme code.
1.goto online stores - themes - 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 |
---|---|
496 | |
211 | |
130 | |
82 | |
46 |