I have tried to change the color of the mainbuttons of the menu by doing a css override ...
- Code: Select all
div.gk-menu ul > li a, div#gkDropMain ul > li a{
background: #009640;
color: #ffffff;
}
This works jut fine, except it also changes the background color of the submenu items. They now look ugly on the grey background. What i hope for is the mainbuttons 'green' and the sub menu items with white textcolor on a grey background .... i think making the submenu background transparant should do the trick. But how can i do this?