Hi patrickdeboer,
Go to theme folder -> inc -> structure -> header-extension.php on line no 227. Replace <?php echo esc_url( home_url( '/' ) ); ?>
with your site link as https://themehorse.com
where your code looks like <a href="https://themehorse.com">
We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank you!