How to change the color of a 'Sale' menu item in Dawn 2.0?

I’m looking change the ‘Sale’ menu item color to red.

1 Like

@tyler32

Sorry you are facing this issue, it would be my pleasure to help you.

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

Please share your site URL,
I will check out the issue and provide you a solution here.

deleted

1 Like

@tyler32

thanks for url yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
a[href="/collections/sale"] {
    color: red;
}
2 Likes

Thank you!

1 Like

@tyler32

its my pleasure to help us

OMG Thank you! Bless your Soul! helped on Dawn Theme.