Shopify themes, liquid, logos, and UX
Thank you for your help in my previous posts. I still need help with two things. I'm trying to locate powered by shopify because I want to delete this sentence and I can't find it. And I would also like to change the color of the text in the announcement bar. When I change it to white, all the text on the page changes and I don't know what code I should enter. I will be grateful for help, Monika.
Solved! Go to the solution
This is an accepted solution.
Hello @MonikaK
Its Artzen Technologies! We will be happy to help you today.
Follow the Below Steps:
1) Go to your Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following CSS at the bottom of the file above </body>
<style>
small.copyright__content:nth-child(2) {
display: none;
}
.announcement-bar__message {
color: white;
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
This is an accepted solution.
Hi, thanks everyone for help.
Changing the text color turned out to be helpful, however, powered by shopify I had to remove it differently.
It turns out that you can do this without changing the theme code.
Go to admin dashboard->settings->checkout->checkout language->manage checkout language and there in the search bar enter powered and look for the place where it says powered by Shopify, press space, save and that's it.
Hello @MonikaK
Its Artzen Technologies! We will be happy to help you today.
PLease send me your store url, if applicable, the Password too.
Regards,
Artzen Technologies
Hey @MonikaK
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>
small.copyright__content:nth-child(2) {
display: none;
}
.announcement-bar__message {
color: white;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Css !important property doesn't use general purpose. It's not a good practice. If you are using !important property it can cause more problems for your store.
And everytime important CSS does not work, sometimes it may effect other CSS on the whole website.
This is an accepted solution.
Hello @MonikaK
Its Artzen Technologies! We will be happy to help you today.
Follow the Below Steps:
1) Go to your Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following CSS at the bottom of the file above </body>
<style>
small.copyright__content:nth-child(2) {
display: none;
}
.announcement-bar__message {
color: white;
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
Hi, this is works with bar text, powered by shopify is still there. And social icon on announcment bar is still black.
For social icon on announcement bar add this CSS
.announcement-bar-section .list-social__item path {
fill: white;
}
.announcement-bar__message h5 {
color: white;
}
And on frontend I can't see powered by on frontend and if you want to remove this-:
Add this CSS:-
.footer__copyright {
display: none;
}
Hello @MonikaK
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
small.copyright__content:nth-child(2) {
display: none;
}
p.announcement-bar__message.h5 {
color: red !important;
}
Hi @MonikaK ,
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>
p.announcement-bar__message.h5,
.utility-bar .list-social__item .icon{
color: white;
}
.footer__copyright.caption > small:last-child {
display: none
}
</style>
Best regards,
Anthony
Thanks for answer. Copyright is gone, which is great, but announcment bar text and social icons are still black.
If my above solution helped then please mark it as accepted
This is an accepted solution.
Hi, thanks everyone for help.
Changing the text color turned out to be helpful, however, powered by shopify I had to remove it differently.
It turns out that you can do this without changing the theme code.
Go to admin dashboard->settings->checkout->checkout language->manage checkout language and there in the search bar enter powered and look for the place where it says powered by Shopify, press space, save and that's it.
User | RANK |
---|---|
228 | |
167 | |
66 | |
53 | |
51 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023