How to I isolate and change the color of the text in the announcement bar?

Hi,

I’m trying to change the text color in the announcement bar from Black, although when I change it in the custom section it changes ALL the black text.

smilerevive (link attached)

Hi @Smilerevive ,

Could you please share your store password? So that we can help you.
Thank you.

Hi,

its rtaffu

thanks

Hi @Smilerevive ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

p.announcement-bar__message.center.h5 {
    color: white;
}

Note: You can change the color value to match your store

Hope my answer will help you.

Best regards,

Victor | PageFly

Hi,

Thanks for the above - Although it didn’t work? the text is still black.

Hi

I see the text in your announcement bar has turned white. Are you still having problems?