Shopify themes, liquid, logos, and UX
This is an accepted solution.
You can change the color of the Announcement bar in your Online Store > Themes > Customize, but make sure you select another color scheme for your announcement bar so that the change won't affect other sections.
- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Result:
How to do it :
Access Shopify Admin:
Go to Online Store:
Customize Theme:
Access Theme Code Editor:
Locate CSS File:
Add Custom CSS at the End:
.utility-bar.color-scheme-1.gradient {
background-color: #000000 !important; /* You can change the color here*/
}
.utility-bar.color-scheme-1.gradient .announcement-bar__message {
color: #ffffff !important; /* You can change the color here */
}
Save Changes:
This is an accepted solution.
You can change the color of the Announcement bar in your Online Store > Themes > Customize, but make sure you select another color scheme for your announcement bar so that the change won't affect other sections.
- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @SamSukhoonNordl ,
I understand you are looking only looking to change background & text color of Announcement Bar.
Please follow the steps mentioned in Screenshot for the desired change -:
- Online Store - Themes -> Click on Customize button -> Open Announcement Bar section https://prnt.sc/hUNmOc0X7z1L
.utility-bar.color-scheme-1.gradient.utility-bar--bottom-border {
background: black;
}
p.announcement-bar__message.h5 {
color: white;
}
I hope the solution helps you.
Please share if you have any queries .
Thank you.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025