Hi.
How can i hide the header and footer when i print pages on my site?
I know there should be a print.css file in you theme enfold, but we don’t have such a file.
Maybe there is some css i can paste into quick css?
Hey cabinplant,
Please have a look at the following links:
https://codex.wordpress.org/Styling_for_Print
If you need further assistance please let us know.
Best regards,
Victoria
you can add even media queries for print-style to your quick css like:
@media print {
#header, #footer, #socket {
display: none !important;
}
}
Hi,
Guenni’s suggestion should work great!
Best regards,
Jordan Shannon
Hi all.
Yes Guenni’s suggestion worked perfect!
Thanks a lot.
Hi,
I’m glad this was resolved. if you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon