How can I change the color of a menu item on my website?

Please add below css code in bottom of assets/styles.css file

ul.nav.site-nav li:nth-child(3) a {
color: red;

}
Thank you.

1 Like