Hey I am trying to change my announcement bar text color to FF66c4. Please note not the announcement bar but the text in the announcement bar. Thanks so much for your help.
1 Like
Welcome to the Shopify community!
Thanks for your good question.
kindly share your store URL, so that
I will check out the issue and provide a solution.
1 Like
p.announcement-bar__message.h5 {
color: #FF66c4 !important;
}
Add this code in the base.css file
- Navigate to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
- Save it.
Thank you so much!!
1 Like