You can set the headers while creating your Invoice Pages.Simply follow the below structure to create the header:
<!-- Start Header -->
<header class="invoice-header" id="invo_header" >
<div class="invoice-logo-content bg-black">
....
</div>
<div class="container">
....
</div>
</header>
<!-- End Header -->