Jon, for example, font color of my menu is- blue ( +pink on mouse hover). And I would like to change the blue color to green.
I go to admin panel>>edit theme>> css and find the code
that is responsible for the blue color of my menu items:
.ow_main_menu li a {
color: #00AEEC;
...........
I copy and paste this code into the "Edit CSS" block, and replace the blue color to green one (#00a02a)
.ow_main_menu li a {
color: #00a02a;
}
Then, I save made changes:
Result: