Changing menu-background color and heigth

GK User
Sun Jun 29, 2014 1:44 pm
Hey guys!

I am setting up a nice page with storefront template.

Now I would like to change the black-background-color of the main-navigation to #96bafd and the height of the main-menu to 40 px.

Any suggestions how that can be done?
User avatar
Expert Boarder

GK User
Sun Jun 29, 2014 1:58 pm
Okay - I figured out how to reduce the height to the menu - unfortunately now there is a whitespace between the menu and the slideshow (see: http://www.cool-o-mat.com/zentrum/cms/).

How can I get rid of this space?
User avatar
Expert Boarder

GK User
Sun Jun 29, 2014 2:02 pm
Changed this in menu.css to reduce the heigth:
}
.gkMenu > ul > li {
clear: none!important;
display: inline-block;
font-size: 13px;
font-weight: 400;
height: 40px;
line-height: 40px;
text-transform: uppercase;
width: auto;

}
.gkMenu > ul > li > a {
color: #eee;
display: block;
height: 40px;
line-height: 40px;
padding: 0 20px;
position: relative;
User avatar
Expert Boarder

GK User
Mon Jun 30, 2014 8:42 am
OKay - color changes are applied in the template.css here:

#gkHeaderNav {
background: #96bafd;
position: fixed;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
top: 38px;
width: 100%;
z-index: 10000;

and in the /menu/menu.css here:

#gkMainMenu {
float: right;
padding: 0;
background: #96bafd;
}

[b]Now I just need help in removing the whitespace beneath the menu after reducing height to 40 px.
Any ideas here?
[/b]
User avatar
Expert Boarder

teitbite
Mon Jun 30, 2014 9:37 am
Hi

Please show me exactly where to look fot this empty space. I do not see it under menu. Did You fixed it already ?
User avatar
Moderator

GK User
Mon Jun 30, 2014 1:18 pm
User avatar
Expert Boarder

GK User
Mon Jun 30, 2014 1:19 pm
Here's the image
User avatar
Expert Boarder

teitbite
Tue Jul 01, 2014 9:47 am
Hi

Add this code to override.css and make sure override is enabled in template settings:

Code: Select all
#gkHeader {
    padding: 78px 0 0;
}
User avatar
Moderator

GK User
Thu Jul 03, 2014 8:02 am
Brillant!

Thank you very much!!
User avatar
Expert Boarder


cron