Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #373822

    Hi I like to change the font of my Navigation :) I found this code but acctually it doesen’t worked. I’d like to use the font Open Sans Condensed

    Pasted in, as already menthion somwhere, under this code:
    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Open Sans Condensed’] = ‘Open Sans Condensed:400,600,800’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Open Sans Condensed’] = ‘Open Sans Condensed:400,600,800’;
    return $fonts;
    }

    #373867

    Hey Btina!

    Remove the code you added and then navigate to Dashboard > Enfold > Advanced Styling and add a new rule for the menu links and set their font to whatever you need.

    Best regards,
    Elliott

    #373939

    So true!
    I forgot that option! :P
    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change font for Navigation’ is closed to new replies.