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!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024