Anyone Know How To Change The Color Of One Option To Red In The Menu Bar (Debut Theme)?

Anyone Know How To Change The Color Of Option “CLEARANCE SPECIALS” To Red In The Menu Bar (Debut Theme) ??

Thanks

Hi @able36 ,

It will be easy if you have shared your store URL in the post. however since you have mentioned theme name debut, please paste below CSS code in

online store->debut-> edit code → assests → theme.css

ul#SiteNav li:nth-child(3) a {color: red;}

Here 3 refers to the index no of element you want to make red. Like in the below image

Hope it helps…