Hi i'm trying to change the color of all the background without success the top side, gkheadernav is still the same color and don't change
This is the code i'm using on override.css
body { background-color: #FFF7E0;}
.gkMenu > ul { background-color: #FFF7E0; }
#gkMainMenu .gkMenu {
background: #FFF7E0;
}
#gkMainMenu .gkMenu > ul li div.childcontent,
#gkMainMenu .gkMenu > ul li div.childcontent-inner,
#gkMainMenu .gkMenu .haschild:hover > a{
background: #FFF7E0;}
.gkMenu > ul > li { background-color: #FFF7E0; }
#gkHeader .gkHeaderNav{ background-color: #FFF7E0; } /* this line seems to not work*/