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

    When I try to print a page via “file” > “print preview” It tries to print the Logo, copyright area, as well as the Alternate Content (page name and breadcrumb).

    Is there a way to change their visibility so that is does not show in the print preview?

    For example, http://www.restonwebdesign.com/visa/?page_id=3262

    Thanks!

    #271430

    Hi,

    Please update your theme to the latest version (2.8).

    Regards,
    Josue

    #271443

    Thank you, I updated it, but that didn’t change anything about my printing issues :( I checked on chrome and firefox

    #271449

    Hey!

    Try adding this code to the Quick CSS:

    @media print { 
     #header, #footer, .title_container  { display: none !important; } 
    }

    Cheers!
    Josue

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