Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Raleway Font not working #403193

    Hi, I just worked it out – the update didn’t keep the font settings under general styling! I changed both Heading and body to Raleway and its now working fine

    Thanks Brett

    in reply to: Layerslider – font un bolds #377167

    Awesome – thanks for that !
    I have one last request – I’m having difficult getting the navigation to show the active/selected page font colour as black.
    Is this possible? If so, whats the code?

    in reply to: Layerslider – font un bolds #376598

    Hi Yigit,

    Little confused if I have done this correct as I see no change ? Should I have to do anything additionally to see the fonts within the slideshow the bolder weight ?

    I added the code to the bottom of the page within the editor:
    Theme Functions
    (functions.php)
    ———————————
    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Raleway’] = ‘Raleway:300,400,700,,800,300italic,400italic’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {

    $fonts[‘Raleway’] = ‘Raleway:300,400,700,800,300italic,400italic’;
    return $fonts;
    }
    ———————————————–
    I don’t see Raleway in the fonts dropdown within the list of Google fonts

    Thanks for your help

    in reply to: Layerslider – font un bolds #375953

    Hi Elliott

    I can also see it is very slightly bolded but the client has approved it being white and around a Raleway 800 weight. It looks great in the LayerSlider Preview ?

    Is there a way to get it going from a Raleway 300 weight to the 800 weight ?

    Thanks Brett

    in reply to: Accordian within Portfolio #262102
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)