Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #820391
    #821839

    Hey Mark,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "https://www.website.com/";
        return $link;
    }

    Best regards,
    Mike

    #821904

    Perfect, Thanks.

    #822046

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change URL link from Logo’ is closed to new replies.