Change color of page name on drop down menu

Hello, I hope all is well.

I would like to change the color of the page name “Pre-Order” to red and not black. Help!

My URL is www.simonekhamore.com

Hello @SimoneKhamore ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid-> paste bellow code in bottom of file
a[href*="/collections/pre-order"] {
    color: red !important;
}

Thanks

Yes! It worked! Thank you for your help!