How to edit footer "powered by" -link?

Topic summary

A user wants to customize the “Powered by” link in their Shopify store footer, specifically changing the text to “oimamedia.”

Solution provided:

  • The default “Powered by” link cannot be changed directly, but can be rewritten
  • Navigate to: Store → Edit code → footer.liquid file (around line 302)
  • Locate the existing {{ powered_by_link }} code
  • Replace it with custom HTML markup using <small> tags
  • Insert custom URL in the # tag and modify the title/text as needed

The helper provided specific code snippets to replace the default footer code with customized text and links. The user was asked to confirm once implemented.

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

How do I edit footer “powered by” -link?

Basiclly “oimamedia” here should be a link

example03.png

@OIMA Please provide me your website link.

https://f3aa00-b9.myshopify.com/

Password: Salasanaa20022!

Hello @OIMA
you can not change powered by link its default link but you can rewrite it

Go to your store---------> Edit code-------------> go to footer. liquid file and find this code in line number 302

<small>{{ powered_by_link }}</small>

Replace the code with this code

<small>Title by oimamedia</small>

change the text and title and in “#” tag, you can copy your custom URL and paste it there

Please let me know

Thanks
Ritesh