Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1223632

    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?

    #1223652

    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

    #1224538

    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)

    #1224542

    Hi,

    I am, too! Thanks :)

    I think that is because header is fixed on desktop. Could you please try following code

    @media print { .html_header_top.html_header_sticky #header { position: relative !important; }}

    This worked on my local installation

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.