Hey I am looking in the template css files everywhere but I can't find whhich code to change to change the:
Main menu - color
Main menu - font size
Main menu - Menu item width
Min menu - borders etc..
Can you help me?
Thank you.
.gkMenu > ul > li > a {
color:#ffffff;
padding: 0 18px;
}
.gkMenu > ul > li {
border-right: 1px solid #484B4D;
font-size: 20px;
}
.gkMenu > ul {
height: 46px;
}