Hi,
I have tried to change the background from white to Another color and image but without luck.
can someone send an instruction how to get an image background?
body,
.gkMenu > ul > li {
background: none repeat scroll 0 0 #DDDDDD;
}
#gkHeader > div:first-child {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body,
.gkMenu > ul > li {
background: url(URL_TO_IMAGE) repeat scroll 0 0 #DDDDDD;
}
#gkHeader > div:first-child {
background: none repeat scroll 0 0 transparent;
}