Tagged: logo, url change
hey Guys,
I am struggling with my logo url. Right now it goes to the contactpage instead of homepage. I cant change it i have tried different kind of things i saw in other support questions but none of them worked. i tried to change the $logo = “<$headline_type class=’logo bg-logo’>“.$logo.”$sub</$headline_type>”; but it doenst work. This is currently my code for now ; $logo = “<$headline_type class=’logo’>“.$logo.”$sub</$headline_type>”;
Can someone help me out?
Hey Angelo!
Please add following code to Functions.php file in Appearance > Editor and change the link as needed
add_filter('avf_logo_link','av_change_logo_link');
function av_change_logo_link($link)
{
$link = "http://kriesi.at";
return $link;
}
Cheers!
Yigit
where do i need to place that? on the top or at the bottom? because at the bottom it doenst work.
Hi,
It should have worked. Do you mind creating a temporary admin login and posting it here privately so we can look into it? Also, please post the link you would like to link your logo.
Best regards,
Yigit
here u are
forgot the link
Hi,
Login credentials are not working for me. Can you please check them once again?
Best regards,
Yigit
thank you very much! i have fixed the border by myself with an separator