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
You should delete the code
header { display : none; }
because by setting the display property to none. The element will be hidden, and the page will be displayed as if the element is not there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With