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!
Thank you, I updated it, but that didn’t change anything about my printing issues :( I checked on chrome and firefox
Hey!
Try adding this code to the Quick CSS:
@media print {
#header, #footer, .title_container { display: none !important; }
}
Cheers!
Josue