How can I change the color of the announcement bar text in the Dawn theme?

Hi, I’m new to Dawn theme and I’ve been trying to figure out how to change the Annoucement Bar Text color only and header icons ( cart, login, search ) into text! Been trying couple of days now but no luck.

Can some one please help me with coding :disappointed_face: ?

It will be so appreciated!

1 Like

@blankablanka
Kindly Share your Store URL.
So that I can help you.

** @blankablanka **

Kindly Follow this step:

  • Go to the admin panel
  • Edit code
  • then search ‘icon-account.liquid
  • And replace the code with this
Account​

Again for the cart:-

  • Go to the admin panel
  • Edit code
  • then search ‘icon-cart.liquid’ and ‘icon-empty-cart.liquid’ both
  • And replace the code with this
Bag
p.announcement-bar__message.h5 {
    color: red !important;
}

@blankablanka
Add here your Custom color which you want to show.

Add this on the bottom of the base.css file

Thank you

2 Likes