How to embed image into text in footer - minimal theme

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!

2 Likes

@ark3

Thanks for post

can you please try this


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


Hope that helps