Logo Link Change

Hi I would like to know how I can change the logo link from (Home Page) to a custom address. Thanks James

Open file called header-extensions.php that you can find in travelify folder - library - structure. Now replace this part of code:

<?php echo esc_url( home_url( '/' ) ); ?>

With any URL you you want to use. This line of code is used twice in that file and you can replace both of them with the same URL.