Remove Menu Bar Background and add Big Logo?

GK User
Tue Jul 15, 2014 9:04 am
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.
User avatar
Fresh Boarder

teitbite
Tue Jul 15, 2014 9:15 am
Hi

Please show me Your site.
User avatar
Moderator

teitbite
Thu Jul 17, 2014 12:59 pm
Hi

Here is a code You should add to override.css and make sure override is enabled in template settings:

Code: Select all
#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;
}


For logo, since You are using image type already than it should resize whatever size will You use.
User avatar
Moderator


cron