Can I remove the 'Powered by Shopify' logo from my site's footer?

Hi all,

Can the powered by shopify logo be removed from the footer of my site?

Previous solutions I found here are no longer relevant

Hello @manchinii ,

Yes you can remove it.
Edit footer.liquid under Sections and here find the code of it.
Once found, remove/comment

Thanks

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

hey! Here’s the store URL
arrowheart.store

Please add below css code at bottom of assets/base.css file

.footer__copyright.caption .copyright__content:nth-child(2) {
display: none;

}
Thank you.

I did work! Thank you
One thing though: I still shows it on the password-protected page, how do i remove it from there as well? The link is the same now
I would like to remover the whole footer from the password page actually

1 Like

Please make your site is password-protected so I can see password page ang give solution to remove whole footer from password page only.

Thank you.