Trying to change font of the nav
Permalinknav{ color: black !important; }
nav{ color: black !important; }
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
For elemental theme you need to change color like this:
You can check the elements in your browser by "inspect element" function. Right click on the object you want to change. This would help a lot to find the right css which is applying the actual color. So you can take this an overwrite it.
Hope this helps.
Roland