I would like to change the font used on main menu in header. I followed instructions https://kriesi.at/support/topic/add-new-font/#post-234710 to add my new google font ‘Averia Sans Libre’ and it currently works on page text.
1. How do I set my main menu to use this font?
2. On one of my main menu options I’d like to display a clickable image instead of text. For example on your demo page you have a menu item “shop” but I’d like that to be an image instead. Is this possible?
cheers Fudge
Hey Fudge!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { font-family: 'Averia Sans Libre', cursive; }
2- Please see - http://vimeo.com/channels/aviathemes/67651241
Cheers!
Yigit
Hey Yigit,
1. I added to Quick CSS but it didn’t seem to change.
.av-main-nav > li > a { font-family: ‘Averia Sans Libre’, cursive; }
Can view my website http://younglife.org.au/wp/pages/team/
2. Change to Mega Menu and image working thanks.
cheers Fudge
Hi!
Please change the code to following
.main_menu ul:first-child > li > a { font-family: 'Averia Sans Libre', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Regards,
Yigit
That worked a treat. Many thanks for your great support.
cheers Fudge