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

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

buibuida
Tourist
8 0 1

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

Replies 10 (10)

Moeed
Shopify Partner
6598 1784 2169

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


buibuida
Tourist
8 0 1
Moeed
Shopify Partner
6598 1784 2169

Your store is password protected please share the password as well 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


buibuida
Tourist
8 0 1

psw: nogevenwachtentotwealleproductenhebben

Moeed
Shopify Partner
6598 1784 2169

Hey @buibuida 
I'm unable to locate "Powered By Shopify", did you solve the issue?

 

Moeed_0-1691063699785.png

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


buibuida
Tourist
8 0 1

Hi, no I am referring to the password page:
Scherm­afbeelding 2023-08-03 om 13.54.18.png

Moeed
Shopify Partner
6598 1784 2169

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 </body> tag

<style>
p.password-page__powered-by-text {
    display: none !important;
}
</style>

Moeed_0-1691064114431.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


buibuida
Tourist
8 0 1

did it and it does not work Scherm­afbeelding 2023-08-03 om 14.03.14.png

buibuida
Tourist
8 0 1

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 

Sophia
Shopify Staff (Retired)
1786 118 236

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.

 

03-03-26567-52568

 

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.

Sophia | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog