Forum Replies Created
-
AuthorPosts
-
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
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?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 fontsThanks for your help
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
This reply has been marked as private. -
AuthorPosts