Dear support,
when i print out the pages of my website there is always the privacy and cookies copy showing on the page. Is there a way to hide that text?
Hey Dondela!
Hope you are doing well :)
Please add following code to Style.css file of your child theme
@media print { .avia-cookie-consent-wrap { display: none !important; }}
Best regards,
Yigit
Hey Yigit,
thanks for asking i am fine – hope you too?
Thanks for the css, that works! Is there a css to avoid that the Logo is on each printed page on top over the copy? (see on the screenshot, it is on windows browsers only)