All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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:
<div class="footer__copyright caption">
<small class="copyright__content"
>© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url -}}
</small>
<small class="copyright__content">{{ powered_by_link }}</small>
The agency obviously made some changes there...