How can I alter the color of my announcement bar?

Hi guys,

I got this announcement bar from an app. They don’t have an option to change the background color to my theme color. Can you change it to #d0021b.

Thank you

allianceautoproducts.com

hello @Alliance

plase shear your store url

Hello @Alliance

I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. Paste the below code before :
<style>
.giraffly_announce .swiper-slide {
background-color: #d0021b !important;
}
</style>

Was my reply helpful? Please Like and Accept Solution. This mean alot to me.