Please see the attached screenshot.
Please see the attached screenshot.
Go to Appearance > Edit theme > CSS and under Edit CSS box add:
.ow_main_menu{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 16px;
font-weight: bold;
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 4px 0px 0px;
}
Of course, you can change those values according to your needs.