How can I change the color of my announcement bar text?

Hey I am trying to change my announcement bar text color to FF66c4. Please note not the announcement bar but the text in the announcement bar. Thanks so much for your help.

1 Like

@UnapologeticGem

Welcome to the Shopify community!
Thanks for your good question.

kindly share your store URL, so that
I will check out the issue and provide a solution.

https://unapologeticgems.com

1 Like

@UnapologeticGem

p.announcement-bar__message.h5 {
    color: #FF66c4 !important;
}

Add this code in the base.css file

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
  3. Save it.

Thank you so much!!

1 Like

@UnapologeticGem

Kindly like and accept our solution if helpful.

Thank you.