Hi lupen !
What menu type do you use ? ( spit menu , moomenu,…)
You can change menu color by way :
open css menu file in menu folder ( example : if you use moo menu you open ja.moomenu.css in templates/ja_dravity/ja_menus/ja_moomenu folder) :
find code format :
#ja-[menuname] li a {
.....
color:#CCCCCC;
}
with moomenu you can find following code :
#ja-cssmenu li a {ja.moomenu.css (line 82)
color:#CCCCCC;
cursor:pointer;
display:block;
font-weight:bold;
line-height:30px;
padding:0pt 20px 5px;
text-decoration:none;
}
change color property in obove code to change color of menu .