How can I fix color change issues in the announcement bar?

Hi,

I’m having issues changing colour of the announcement bar, and also to gradient colour to white but its not updating with the changes made.

https://4f88fc-7e.myshopify.com/

1 Like

could you also share the password please

Hi @saidabs23

Its password protected. Thanks!

skeodu

password: skeodu

1 Like

Thanks for the info, just like to clarify its the text color or the background color?

The background is already in the gradient color.

for the text check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

p.announcement-bar__message.h5 span {
    color: red;
}

And Save.

Result:

You can change the color you want.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!