Home › Forums › Design › Targeting a single element with CSS › Reply To: Targeting a single element with CSS
September 9, 2014 at 11:40 am
#182362
Participant
You could target the nav links by using:
.navbar ul li a{color:white;}
and then set the color value for the other links to blue or whatever:
a{color:blue;}