All I want to do is make the entire kubrickheader.jpg a link to https://www.ichromis.com/blog/ It used to be done in the header.php so it would carry over to every page. Now in 2.8 where I would normally put it looks like this:
<div id="header" role="banner">
<div id="headerimg">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>