Dawn theme Delete powered by Shopify and change color of text on announcment bar

Solved
MonikaK
Excursionist
33 2 5

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.

Accepted Solutions (2)
Artzen_tech
Shopify Partner
521 105 105

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

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

View solution in original post

MonikaK
Excursionist
33 2 5

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.

View solution in original post

Replies 12 (12)
Artzen_tech
Shopify Partner
521 105 105

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

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
MonikaK
Excursionist
33 2 5

Hi thanks,

 

https://flowerystories.com

 

password: piashu

Moeed
Shopify Partner
3046 760 924

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

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Artzen_tech
Shopify Partner
521 105 105

Hello @Moeed @MonikaK ,

 

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.


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
Artzen_tech
Shopify Partner
521 105 105

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

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
MonikaK
Excursionist
33 2 5

Hi, this is works with bar text, powered by shopify is still there. And social icon on announcment bar is still black.

Artzen_tech
Shopify Partner
521 105 105

For social icon on announcement bar add this CSS

 

 

.announcement-bar-section .list-social__item path {
    fill: white;
}
.announcement-bar__message h5 {
    color: white;
}

 

 



Artzen_tech_0-1695817487766.png
And on frontend I can't see powered by on frontend and if you want to remove this-: 

Artzen_tech_1-1695817620803.png


Add this CSS:-

 

 

.footer__copyright {
   display: none;
}

 

 

 



 

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
oscprofessional
Shopify Partner
15736 2353 3051

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;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
Beae_Anthony
Shopify Partner
436 167 168

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

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
MonikaK
Excursionist
33 2 5

Thanks for answer. Copyright is gone, which is great, but announcment bar text and social icons are still black.

Artzen_tech
Shopify Partner
521 105 105

If my above solution helped then please mark it as accepted

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
MonikaK
Excursionist
33 2 5

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.