How do I change the color of the ,,sale,, to red on navigation?

Hello @Jana_Jurikova ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid->paste bellow code in bottom of file
#SiteNav li:nth-child(5) a {
	color: red;
}