As in the tittle my client needs a bigger logo and dont want the black background, no background, with menu letters in dark blue, is it possible?
The logo needs to have 114 x 120 px
No Background also.
Thanks in advance.
#gkHeaderNav {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
box-shadow: none;
}
.gkMenu > ul > li > a {
color: #333;
}
.gkMenu > ul > li > a:hover {
color: #ddd;
}