Re: Footer for second language - remove "Powered by Shopify"

Solved

Footer for second language - remove "Powered by Shopify"

Tom202
Excursionist
16 0 11

Hello Team,

 

I would need the commnities kind help. I try to remove the footer part "Powered by Shopify" for my German langauge site. For the English version, it is all gone already.

 

I followed both the instructions mentioned in the Shopify Help Centre, i.e. edit Them content and edit Code.

None of them worked for my German site.

 

Any ideas here :)? 

 

www.bienenblatt.de is my site.

Tom202_0-1693910105122.png

 

 

Really appreciated any feedback!

 

Saludos!

 

Accepted Solution (1)

Beae_Cass
Shopify Partner
436 167 178

This is an accepted solution.

Hi @Tom202 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.footer__copyright.caption> small:nth-child(2) {
    display: none;
}
</style>

Beae_Anthony_0-1693910796936.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5385 1455 1742

Hey @Tom202 

 

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>
.footer__content-bottom-wrapper--center {
    display: none;
}
</style>

RESULT:

Moeed_0-1693910614891.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

- Custom Design | Advanced Coding | Store Modifications


Artzen_tech
Shopify Partner
552 113 112

Hello @Tom202 

Its Artzen Technologies! We will be happy to help you today.

For removing that line i can recommend you a css.

 

.footer__copyright.caption {
    display: none;
}

 


By using this CSS that part is removed.  For reference refer to below screenshot.

Artzen_tech_0-1693910611767.png

 

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

Beae_Cass
Shopify Partner
436 167 178

This is an accepted solution.

Hi @Tom202 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.footer__copyright.caption> small:nth-child(2) {
    display: none;
}
</style>

Beae_Anthony_0-1693910796936.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
Tom202
Excursionist
16 0 11

Thanks a lot to all of you folks, worked like a charm 🙂 

Moeed
Shopify Partner
5385 1455 1742

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications