hi,
I would like to change the color of the menu items on the main menu, and possibly add a color underline.
how can I do?
thanks
Marlais
#gk-nav #gk-mainnav > div > ul > li > a {
color:#ffffff;
text-decoration:underline;
}