How to change nav text color in css

How do I change the Navigation bar text color in B ...

How to change navigation bar color & font color - …

Are you looking for this: #Nav a{ color: #f2f2f2; text-decoration:none; } #Nav a: hover { color: blue; text-decoration: underline; }.

How to change font color inside nav element? - … I have a element and I want to change the color of the links within it, but all other links on my page are styled using the following CSS: a:link { color:#22b14c; text-decoration:none; } and here is the nav: How do I change the text color on my navbar? - … If giving