Okay
  Public Ticket #214560
header prints over text/image
Closed

Comments

  • Britt started the conversation

    Printing out portfolio pages for proofreading, the top header is repeating on each page covering up text or images.  Can we change that?  I would rather it not repeat on each page in a printout at all.

  •  8,448
    Tahir replied

    Hey Britt!

    Unfortunately this would require some custom development. If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)

    Thanks


    ThemeNectar Support Team 

  • [deleted] replied

    I came here looking to solve the same issue.  I hope it isn't the case, but it sounds like you guys aren't interested in solving this bug -- and I'd certainly consider this a bug in the way the header is designed.

    In an effort to help anyone else who may be looking to get around this issue, I'll share what I did to hide the header entirely on printed pages.  (Of course, I'd prefer to have it show on the first printed page, but this will work for my needs for now.)

    wp-admin -> Salient -> General Settings -> Custom CSS Code.

    @media only print {
       #header-outer, #header-space { display: none; }
    }

  • Britt replied

    Thanks!  It works perfectly.  Yes, headers printing over page content certainly qualifies as a bug for me.  Thank you for the fix.