Trying to change font of the nav
Permalink
Right now im am figuring out how concrete5 works. But there is 1 problem, when i try to edit the nav color trough css it doesn't change. Im using the clone elemental theme and this is the code im using
nav{ color: black !important; }
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