Shopify themes, liquid, logos, and UX
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.
Really appreciated any feedback!
Saludos!
Solved! Go to the solution
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>
Best regards,
Anthony
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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.
Let me know if need further assistance
Regards,
Artzen Technologies
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>
Best regards,
Anthony
Thanks a lot to all of you folks, worked like a charm 🙂
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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024