Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #411684

    Hello,

    How can I change the font of the header menu on the website: http://www.willenssen.nl/homepagina/
    so i want to change home, over mij, etc.

    I want to change it in this font:
    http://designshack.net/articles/css/the-10-best-script-and-handwritten-google-web-fonts/
    go to cookie..

    Hope you can help me…

    Thanks

    #411933

    Hey Nickkentie!

    Please add the following to Quick CSS under Enfold–>General Styling:

    @import url(https://fonts.googleapis.com/css?family=Cookie);
    
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a{
    font-family:'Cookie' !important;
    }
    

    Cheers!
    Rikard

    #412077

    THANKSS

    #412082

    Dont work:(

    #412091
    This reply has been marked as private.
    #412093

    Hi!

    It is working fine on my end – http://i.imgur.com/wr7a7Rz.png
    Please flush browser cache and refresh your page a few times

    Regards,
    Yigit

    #412117

    For me its not working?
    i use safari and google chroom for apple

    #412119

    Hey!

    I checked your website on Safari and Chrome on Apple as well. Please try to check your page in incognito mode in Chrome ( CMD + Shift + N )

    Best regards,
    Yigit

    #412123

    I swear it dont work:(

    #412125

    I only get times new roman
    it looks like no font is set:(

    #412128

    Ive checked on my classmates laptop
    chrome and explorer?

    still dont work….
    HELP

    #412179

    ?

    #412236

    PLease help me i need it:)

    best regards

    #413132

    Hey!

    Download our child theme kit if your not using a child theme already, http://kriesi.at/documentation/enfold/downloads/, and then add this to the bottom of the child theme functions.php file.

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    	$fonts['Cookie'] = 'Cookie:400';
    	return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    	$fonts['Cookie'] = 'Cookie:400';
    	return $fonts;
    }

    Next navigate to Dashboard > Enfold > Advanced Styling and edit the main menu links and set the font to “Cookie” (it should be near the bottom).

    Best regards,
    Elliott

    • This reply was modified 9 years, 1 month ago by Elliott.
    #413143

    Hey

    Thanks

    last question

    Now ive deleted the mother theme setting ! Sh*t

    how do i make the menu bigger (60 px) and make the menu sticky (only menu not header?)

    THANKS A LOT

    #413145

    Forget the 4th sentence
    Now ive …

    sorry its working wel only i want t o

    how do i make the menu bigger (60 px) and make the menu sticky (only menu not header?)

    #413159

    My website Doesnt working anymore what the hell?

    http://www.willenssen.nl

    #413174

    ITs working sorruy

    Hey

    Thanks

    last question

    how do i make the menu bigger (60 px) and make the menu sticky (only menu not header?)

    THANKS A LOT

    #413963

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     #header_main_alternate {
      min-height: 60px;
    }
    #header #header_main_alternate .container {
      padding-top: 10px;
    }
    #top .av_seperator_big_border#header .av-main-nav > li > a {
    border:none; 
    }

    Please use Fullwidth submenu element if you would like a sticky menu.

    P.S.: Our queue goes from the oldest queries to the newest ones and by self posting you are pushing your query to the end of the queue. Please keep that in mind if you would like to receive quicker responses : )

    Cheers!
    Yigit

    #414212

    Thankss!

    But now the hover of the background is not good:(

    http://willenssen.nl/haptotherapie/

    kind regards the hover also need to be 60px

    #414501

    Hey!

    Please remove following code from Quick CSS

    #header #header_main_alternate .container {
      padding-top: 10px;
    }

    and add following instead

    #top #header .av-main-nav > li > a {
      height: 60px;
      line-height: 60px;
    }

    Best regards,
    Yigit

    #414676

    AHH THANKSS A LOTT!!

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