meld78
August 9, 2023, 12:56am
1
Can someone please tell me how to change the announcement bar color behind the Social Icons?
I’ve gone into announcement-bar.liquid and changed the color code but it’s not reflecting on the front end.
Can someone please tell me how I can change it in those two sections (left and right) that currently show white?
Hi @meld78
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
meld78
August 9, 2023, 1:13am
3
Hi @meld78
You can try follow this path:
Themes => edit code => asset => announcement-bar.css
and add this code to bottom of the file announcement-bar.css
.announcement-bar {
background: transparent!important;
}
meld78
August 9, 2023, 1:21am
5
Thanks Donny. It doesn’t give me the .css for the announcement bar, only the .liquid
HI @meld78
You can try to add this code to top of file announcement-bar.liquid
meld78
August 9, 2023, 1:26am
7
When you say top, can you please tell me where?
Hi @meld78
Please change this code in your announcement-bar.liquid file
To this
meld78
August 9, 2023, 1:37am
9
Please check edit comments above
meld78
August 9, 2023, 1:47am
13
Thanks Donny. That made it white but I want the yellow
Hello @meld78
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-sections--19842570748184__toolbar .toolbar {
background-color: #ebcd47;
}
The result
Hope it helps!
Hi @meld78
To change the color to yellow as you want.
You can try to replace the code above with this:
.toolbar-section .toolbar {
background: yellow;
}
meld78
August 9, 2023, 4:50am
16
hm, I think I did something wrong. this is how it looks now
meld78
August 9, 2023, 4:52am
17
Thank you. How do I find base.css?
Moeed
August 9, 2023, 4:52am
18
Hey @meld78
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
meld78
August 9, 2023, 5:00am
19
perfect, that worked. Thank you so much!!!
Moeed
August 9, 2023, 5:14am
20
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.