Hello,
I am trying to change the backgrounf color of news2 template and i am unable to do it. I change the menu.css color but nothing change. Do anyone have a css code to insert to override.css to change the color?
Thanks in advance,
Epas
#gkMainMenu {
background: green;
}
.gkMenu > ul > li > a {
border-right: 1px solid yellow;
}
#gkTopNav {
background: #E7E7E7;
}