What's your biggest current challenge? Have your say in Community Polls along the right column.

remove "powered by Shopify" from secondary language (Dawn)

Solved

remove "powered by Shopify" from secondary language (Dawn)

10xfuel
Pathfinder
134 0 15

I was able to remove the "powered by Shopify" on the English page - but not on the German: how can I remove it from the German version too? website: www.10xfuel.com - thank you!

10xfuel_0-1672757573038.png

 

Accepted Solution (1)

JabirKhan
Shopify Partner
75 7 16

This is an accepted solution.

Hello 10x:

 

To remove 'Powered by Shopify' do this:-

 

1. From main shopify page, click the three dots and select edit code.

2. From the left side panel, Go To sections ---> then footer.liquid.

 

3. Now carefully remove line

            <small class="copyright__content">{{ powered_by_link }}</small>

It at the end about line no 405.

 

Please make sure to duplicate your theme before doing any code changes.

 

Please like and accept if this resolves your issue.

Thank you.

-Use the new day to learn something new that you enjoy. Happy Coding.
- If you find my reply helpful, please hit Like and Mark as Solution

View solution in original post

Replies 2 (2)

JabirKhan
Shopify Partner
75 7 16

This is an accepted solution.

Hello 10x:

 

To remove 'Powered by Shopify' do this:-

 

1. From main shopify page, click the three dots and select edit code.

2. From the left side panel, Go To sections ---> then footer.liquid.

 

3. Now carefully remove line

            <small class="copyright__content">{{ powered_by_link }}</small>

It at the end about line no 405.

 

Please make sure to duplicate your theme before doing any code changes.

 

Please like and accept if this resolves your issue.

Thank you.

-Use the new day to learn something new that you enjoy. Happy Coding.
- If you find my reply helpful, please hit Like and Mark as Solution
Alekssy
Visitor
1 0 0

Hello, i just wanted to add that i found it at lane 302. wanted to reply just so other people can see as well 😄
might have been some updates since 2023!