We do not provide support for hacks, so use them at your own risk. If you're not comfortable with coding, we recommend against using this workaround.
By default, your logo will link back to your homepage. If you would like to link your logo to
a custom external URL, go to Customize > Advanced > Global JS editor and add this code:
(function($) {
$(".logo > a").attr("href", "http://www.example.com/");
})(jQuery);
Please note, that this hack will work only with the "Static" mode.
P.S. Thank you Andy S. for helping us improve this hack!