Skip header view when clicking on pages

@Elsa

Try this code in CSS of the page, when you want a page without banner.
If I understand correctly.

header { height:70px; }

#logo, #title_wrapper { display: none; }