Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 5, 2014 at 7:32 pm #346720 SLHetcieParticipant Hello, How to change the page linked to the logo? Thx November 6, 2014 at 12:40 am #346888 YigitKeymaster Hi SLHetcie! Please add following code to Functions.php file in Appearance > Editor add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; } Cheers! Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In