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

Solved

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

LunaZA
Tourist
9 0 1

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.

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4564 1046 1707

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

suyash1
Shopify Partner
9777 1213 1553

@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

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

PageFly-Richard
Shopify Partner
4564 1046 1707

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

juliamaxmax
New Member
11 0 0

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?