I’ve created a child theme for customizr and added the above code into its CSS. The snippet for changing the first letter works great. But the code shown below does nothing. I’ve tried a bunch of things, but can’t get the text color of my nav/menu items to change.
/* Change colour of menu/navbar items*/
.navbar .nav > li > a {
color: red;
}