I have a logo inside the Logo tags. For printing style i made a @print media query css. If i print it out the logo will printed on every page - but it should only shown on the first page.
Tried with that:
header { display:none; }
@page:first {
header { display:block; }
}
but so the header will deleted on every pages! Any tipps? Thanks