Hello community!?
I am currently building my web page, and I’m using 2.0 themes. I’m trying to use a different background color for my announcement bar and the block which comes out of the announcement bar (as shown below).
However, there’s only one setting for choosing both colors (as shown below).
Is this possible to do that?
Thank you so much for your help!
1 Like
@Mathildew
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
1 Like
@Mathildew
great thanks for URL can you try this code.
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.announcement-bar {background: #001f3f;} /* change color as you like */
1 Like
@KetanKumar work like a charm! thank you so much!
1 Like
@Mathildew
its my pleasure to help us
1 Like