Dazzling main menu - how to change font size and neight

Hello,

On the Dazzling theme, how can I change the font size of the main menu and also the amount of space above and below the text? At zorva.info, I need the ‘Home’ ‘** NEW Zorva restart**’, etc to be a larger font, and for each menu item to have much less green space above and below it.

Thanks, Nick

Hey there

You can use this css code:

.navbar-default .navbar-nav > li > a {
font-size: 15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}