Add image below social icons in footer in Venue Theme

Topic summary

A user working with Shopify’s Venue theme needs help adding a small logo image below the social media icons in the footer. The theme currently doesn’t support this functionality out of the box.

A solution was provided:

  • Edit the footer.liquid file
  • Locate the social media icons code
  • Add the logo using an <img> tag directly below that section

This requires basic theme customization through Shopify’s code editor.

Summarized with AI on November 18. AI used: claude-sonnet-4-5-20250929.

Hello!

I’m building a website using the theme “Venue”. My clients are wanting to add a small logo on the footer below the social media icons. Can someone help me with this? The them doesn’t have the functionality right now. Any help would be greatly appreciated.

Hello @vfranz ,

Edit footer.liquid nd search for the social media icons code, once found next to it add the logo with img tag.

thanks