Why is my website still showing the wrong 'powered by' name?

Hi

I tried changing my powered by to my own name since I’m no longer with a certain agency but even after I changed it it still shows there name on my website… it should be powered by ofek’s Judaica not Talker…

Hello, if you dont mind, i can assist you out

It is possible that the message is hard-coded into theme code.

You may try looking at the footer.liquid Section and search for “copyright__content”

Default code should look similar to:


        <small>© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}}
        </small>
        <small>{{ powered_by_link }}</small>

The agency obviously made some changes there…