Main Menu font and size

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Fri Jan 17, 2014 12:15 am
I'd like to make the font smaller in order to add more items to the main menu. With the current size, the logo and login button overlap menu items. How can I;

1) Change the font type
2) Change the font size
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 8:25 am
Hi,

Font type you can change from Template Options -> Fonts tab, use this selector: #gk-header-nav .menu > li and choose your font type:
http://www.gavick.com/documentation/wor ... -settings/

The best way to change font-size is to use css/override.css file (first enable this option from Template Options -> Advanced tab) and add this code:

Code: Select all
#gk-header-nav .menu > li {
   font-size: 11px;
}

use own value of the font-size property.
User avatar
Moderator

GK User
Sat Jan 18, 2014 5:49 am
Awesome! thanks
User avatar
Fresh Boarder


cron