Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Targeting a single element with CSS Reply To: Targeting a single element with CSS

#182362
nigelc
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;}