Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 25, 2015 at 10:49 pm #402381 nancy2434Participant i’d like the logo to link to another URL, outside of the site. February 26, 2015 at 12:06 am #402399 nancy2434Participant i figured out a way to do it, by hacking /enfold/includes/helper-main-menu.php you can see it here. http://pelledlab.org/ wasn’t pretty – is there a better way? February 26, 2015 at 5:03 pm #402787 YigitKeymaster Hi! It would be prettier if you 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; } Regards, Yigit Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In