First I want to thank you for this theme, I love it.
My problem is this, I want to change the font size in the Menu, but unfortunately when I change the CSS in the Custom CSS Manager
.navbar .nav > li > a {
padding: 5px 20px 5px 20px;
font-size: 30px;
}
It changes but only after the second letter that means that the first letter in each menu remain in 15px and the others in 30px.
Could you help me, please, please, please?