Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I am trying to change the color of the announcement bar text. Currently, it's black I'm wanting it to be white. I can only change the text under colors, which then it changes the whole menu and cart section to white as well but then it's invisible since the background is also white. Is there any way I can add a code and change the color white without changing any other text color on my website.
ps. I have tried this but didn't work, maybe I wasn't able to do it correctly. https://community.shopify.com/c/shopify-design/what-s-the-code-to-change-the-color-of-the-announceme...
Solved! Go to the solution
This is an accepted solution.
Hey @rojiko
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>
.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
Why take the time to reply with a non-answer?
Hey @rojiko
After checking your website, it doesn't seem like you have an announcement bar on your website, can you please confirm that?
Sorry, it was hidden. You should be able to see it now
This is an accepted solution.
Hey @rojiko
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>
.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
Hey @rojiko
Kindly share your Store URL and Password if enabled
Hi @rojiko
Maybe you have a different theme with the different selector. Thats is why it doesnt work in your store. Would you mind to share your Store URL website? with password if its protected. Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025