.imageBg #gkMainMenu { background:#fff;}
.imageBg .gkMenu > ul > li > a { color: #444; }
Pawel F wrote:Hi.
Try this one:
- Code: Select all
.imageBg #gkMainMenu { background:#fff;}
.imageBg .gkMenu > ul > li > a { color: #444; }
More tips here: http://www.gavick.com/documentation/cat ... -template/
Pawel F wrote:Hi.
Try this one:
- Code: Select all
.imageBg #gkMainMenu { background:#fff;}
.imageBg .gkMenu > ul > li > a { color: #444; }
More tips here: http://www.gavick.com/documentation/cat ... -template/
it only makes the background behind the menu items white
Is there a way to change the background of the Main Menu on the homepage
.imageBg #gkHeader > div:first-child { background:#fff; }
.imageBg .gkMenu > ul > li > a { color: #333; }