The menu icon color is defined in the basic theme color scheme that can be adjusted in the Theme Options panel, but sometimes you might need to adjust it to some other custom color of your choice.
In order to do that, just navigate to Theme Options -> General -> Additional CSS and copy/paste this code.
1 2 | .vce-res-nav a {color:#FFF !important;} .vce-res-nav a:hover {color:#000 !important;} |
Now, just replace the hex color values to some other hex colors of your choice and save changes.