Tagged: header
hello, I want to link the logo in the header not to the frontpage (frontpage is a full-slider) instead of them want to link to home, to my portfolio. how is this possible.
Hey Erich!
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;
}
Best regards,
Yigit
hello yigit; where can i find functions.php?
thank you
Hey Yigit;
thank you very much – it worked!!! great, was the first time that I used a Topic and got a solution in just a few minutes!
thank you very much – I appreciate very much
Kr. Erich
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit