Hello Shopify Gurus,
I need help adding an image within a text of a section of my footer. IE: "...., {logo image}®,...." The section will not allow me to input HTML and only allows plain-text. Further, I'm not sure how to edit the code to include it in this manner. Thanks for your help!
Thanks for post
can you please try this
<div class="footer-logo">
<img src="{{ 'flogo.png' | asset_url }}" alt="{{ shop.name }}" itemprop="logo">
</div>
Hey there @ark3,
You can use custom code instead of adding the text section.
You can find the code in footer.liquid (In sections folder)
1) Upload the image to settings > files
2) Copy the image url
3) Add the following code (after updating the image URL) to your footer.liquid file
<img src="YOUR IMAGE URL" class="custom_image" />
Hope that helps
User | Count |
---|---|
806 | |
121 | |
93 | |
93 | |
70 |