How can I remove 'powered by Shopify' from the Dawn theme?

Hi, i need help removing the ‘powered by shopify’ on dawn theme. I’ve taken it out the language section but its still on my store.

@LunaZA - go to the footer.liquid file and comment the powered by code, it will remove it

or if you share the page link then I will check if we have unique id or class to it and then hide it using css

Hi @LunaZA ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-footer.css->paste below code at the bottom of the file:

.copyright__content a[rel="nofollow"] {
    display: none;
}

I hope it would help you
Best regards,

Richard | PageFly

1 Like

This is the 6th method for today. everything else didn’t help, this helped. Why do you constantly come up with topics with new problems?