Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #246504

    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

    #246507

    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

    #246530

    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

    #246531

    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

    #246537

    That worked a treat. Many thanks for your great support.

    cheers Fudge

    #246541

    Hey!

    You are welcome Fudge, glad we could help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Header Font’ is closed to new replies.