Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Theme settings only has one color for text. And if I change that to white, none of my other texts would be visible. I only want white text on announcement bar.
Please advise thank you!
Hi @chelsea914 ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
.announcement-bar__message {
color: #fff !important;
}
I hope it would help you
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi Richard,
I added it to the bottom but the announcement text is still brown. hasnt changed.
Hi @chelsea914 ,
Maybe there's something wrong with your bottom css.
You can paste my code at the TOP of the base.css file.
I hope it would help you
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
I used the code and it worked perfectly through the custom CSS option in the Shopify Theme Customization window.
I added this to the announcement bar custom CSS box by clicking on the announcement bar section then when the announcement bar section heading is displayed, I clicked on that and you will see the CSS customization box in the white panel on the right. I pasted the code and the text immediately showed up as white. Perfect!!!
Thank you so much @PageFly-Richard ! This worked for me DAWN theme! Much appreciated!