Hi,
This can seems weird but I would need to have the website’s logo link to an external link and not the home page , would you mind helping me to do so?
I have managed to enlarge the social icons using other support threads but I can find out how to deal with margin between them. (see http://goo.gl/ltcybo)
Thanks for your amazing support !
Hey oliviad!
1.) Add this on functions.php:
add_filter('avf_logo_link', 'avf_change_logo_link');
function avf_change_logo_link($link) {
$link = "http://www.google.com";
return $link;
}
2.) Can you please give us a link to the actual website?
Cheers!
Ismael
Thanks for your super fast answer ! Here is the link : http://goo.gl/ltcybo