Link header image to your homepage

Here is how you can wrap your header image in a link that will point to your homepage:

jQuery(function($) { 
	var homeLink = $('.site-header .col-md-4 a').attr('href');
	$( '.header-image' ).wrap( '<a href="' + homeLink + '"></a>' ); 
});
INFO: This is a JS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you use this plugin.