How do I remove 'powered by Shopify' from my Palo Alto theme?

hello, I am trying to remove “powered by shopify” but instead, it is giving [edited text] + shopify, “powered by “****” shopify” underlined. I also tried to edit the footer.liquid + footer.copyright.liquid, but nothing is working. I bought the theme of Palo Alto

Hey @buibuida
Kindly share your Store URL and Password if enabled

// www.passwordanddomainnamegiven.com

Your store is password protected please share the password as well

psw: nogevenwachtentotwealleproductenhebben

Hey @buibuida
I’m unable to locate “Powered By Shopify”, did you solve the issue?

Hi, no I am referring to the password page:

Hey @buibuida

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

did it and it does not work

hello, also, I wanted to use another powered by ‘tiny bit digital’, I dont see that represented on the normal page. So both the password page and the nonpassword pages do not represent code changes wrt shopify defaul references

Hi, @buibuida !

Palo Alto’s theme developer has step-by-step instructions here to remove ‘Powered by Shopify’ on your theme. I’m not seeing anything in the documentation specific to the password page, so if you’re unable to apply the same coding change to the password liquid file, I recommend contacting the theme developer to see if they can advise whether that’s possible.

If you want your own ‘powered by’ line to be separate from the footer on the regular pages, you can use a Text section in the theme to create it. In the example below, I added a Text section to the theme, edited the Subheading block, and removed the other blocks that appeared by default.

Otherwise, to replace the existing ‘Powered by’ line, I think you might be able to add < p >powered by tiny bit digital< /p > (without spaces in the p tags) to the footer-copyright.liquid. This custom coding isn’t supported by Shopify, so I recommend saving a backup copy of your theme before making any changes.