Skip header view when clicking on pages

Hi
I have made a website using the Tesla theme and would like to know if its possible to make a page that i click on from the menu bar start with the scroller in a position such that the header picture is skipped?

Thanks for your help

@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; }