Forum Replies Created
-
AuthorPosts
-
Hi,
I´m still having problems with the Google font.
I put this in Quick CSS and it appears in the font list, but it´s not visible in frontend:function avia_add_Contrail One_font($fonts)
{
$fonts[‘Contrail One’] = ‘Contrail One’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_Contrail One_font’);
add_filter( ‘avf_google_heading_font’, ‘avia_add_Contrail One_font’);Thanks!
Hi,
I tried both ways and it almost works,
I tried to integrate a new Google Font. No problems with body text, but the headline font doesn´t seem to be the right one. It´s the same font as in our Logo but in bold but for exemple “C” looks different.I put in this code in the functions.php file.
Is there a mistake or what can I do?
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Quicksand’] = ‘Quicksand:300,700’;
$fonts[‘Quicksand Bold’] = ‘Quicksand Bold:300,700’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Quicksand’] = ‘Quicksand:300,700’;
$fonts[‘Quicksand Bold’] = ‘Quicksand Bold:300,700’;
return $fonts;
}Thanks
March 16, 2017 at 3:19 pm in reply to: adding social icons (including facebook) to footer via widget #761971Great, it worked. But is it also possible to make them a bit bigger and to change the colour of the inactivated icon and seperator?
March 16, 2017 at 3:00 pm in reply to: adding social icons (including facebook) to footer via widget #761950Done!
March 16, 2017 at 12:54 pm in reply to: adding social icons (including facebook) to footer via widget #761862Hi,
I would also like to add scoial icons in the footer area. Could you help me please.
Hi,
I want to use transparent colours and don´t know how. Do I have to attach something to the normal colour value?Hi, sorry, we´ve already solved the problem :) Thanks!
Thank you!
I use the theme’s gallery element. I put an example in the private content area.
Hi Rikard,
it works thanks!!
Best regards
SeykomHi Rikard,
i have the browser Mozilla and the normal Internet explore (ie).
And here is the Link of my Screenshot:Best regards,
SeykomIt works!!!
Thanks a lot!Best regards,
SeykomHi Yigit,
the login credentials are:
Hi Rikard,
I need to know where I can change the subtitle in the menu (red circled) und I want to reduce the hight of the footer area to its half.
Hi Rikard,
here´s the link:
-
AuthorPosts