0
You do want to "do a loop".
Within your header you want to make a fresh query for just those three posts and loop through them without upsetting the main query that you need further down each page.
Here's a standard loop calling three posts from your category:
$wpse_235359_query = new WP_Query...
