How can I correctly add an image to my Empire theme footer once?

Hi, I would like to add an image to my footer (of a group I am affiliated with) and am trying to figure out where to put the code in my footer-block.liquid file and to make sure this code is correct. The photo is displaying twice in the footer and I only need it shown once. I am using the EMPIRE theme. Here is the code I am using. I have uploaded my image in asset folder.

{% capture image_size %}{{ section.settings.logo_max_width | escape }}{% endcapture %}

<img src=“{{ ‘REB Logo VECTOR.png’ | asset_url }}”

alt=“{{ shop.name }}”

style=“max-width: {{ image_size }}px; width: 100%;”>

Hi, @Lisa1746 !

The Empire theme is developed and supported by Pixel Union, so I took a look at their documentation to see if I could find a solution for you. I wanted to note that Pixel Union doesn’t support custom code or modifications made after purchasing the theme (noted here on their contact form).

If you want to proceed with custom changes, just be sure to save a backup copy of your theme in case something goes wrong. And if you don’t find the answer you’re looking for here in the Shopify Community, you can connect with a Shopify Expert to help you implement the correct code.

Is it possible to put the image anywhere else on the website, like your About page? Or on your home page using one of Empire’s sections?