My main menu is not showing a change of any kind when hovering over the items. I would like to get the same nice effect as exists on this forum - grey when static and more white when hovering over.
Please assist
.gkMenu > ul > li > a {
color:rgba(255,255,255,0.75) !important;
}
.gkMenu > ul > li > a:hover {
color: #fff !important;
}