How can I add an HTML image tag to the Simple theme footer section?

Using Simple theme - footer section has four sections/blocks.

Want to add a trademark image to last section/block.

Can’t seem to put HTML in the edit screen for the section.

Going into liquid code editor, these sections are referenced in a for loop as “block in section.blocks”, which for loop loads all the defined footer blocks.

Don’t see how to access the appropriate footer block to add things like HTML image tag.

Hi @DPWCo

you can change the type rich text to HTML and add image

Thanks - I seemed unable to select an HTML box for footer blocks, only Rich Text.

HTML blocks/sections were available in other parts other than the footer.

But I messed around with it til I got something that worked.

But thanks again !!