How can I edit the code for my theme footer?

Topic summary

Main issue: A new store owner wants to add credit text (e.g., graphics creators) beside the copyright in the theme footer and is unsure where/how to edit the code.

Suggestions provided:

  • Check Theme settings for an option to display payment provider icons in the footer. If unavailable, manually add image code in the footer.liquid file near the newsletter section. (footer.liquid is the Shopify theme’s footer template.)
  • Use a guide for editing the “Powered by Shopify” footer text as a reference, but instead of removing text, insert your own, e.g., ADD YOUR CONTENT HERE.

Resources and artifacts:

  • A step-by-step guide link was shared (originally for removing the “Powered by Shopify” link) that can be adapted to adding custom text.
  • A screenshot was posted but not essential to the solution. A code snippet () is central.

Status: No confirmation of success yet; actionable steps provided, discussion remains open.

Summarized with AI on January 13. AI used: gpt-5.

Hi community

I am tryng to edit the code for my theme footer but I am having zero success. It currently looks like this:-

But next to the copyright I also need to credit graphics creators etc. Can anyone help me with editing it? No matter where I enter in code I’m doing something wrong. ( Its me, I’m very new).

Website is www.theyellowdckroad.com

Password Help

Thank you very much

Hi @AuthorAngel

In theme settings there will be option to show the payment providers icons in footer.

if not

then you can add images code in footer.liquid

next to the newsletter section.

Thanks
Laddi

Hello, congrats on starting your store! You can follow this guide here, but instead of removing text, you will be adding text, like so:

<small>ADD YOUR CONTENT HERE</small>

Here is the step-by-step guide: https://biznazz101.com/blogs/news/how-to-remove-powered-by-shopify-link-from-your-store-footer

I hope that helps you!
@biznazz101

1 Like