Archived topic
Not printing footer widgets
5 replies · Started by Lars on January 18, 2017
I don't want printing of the footer-widgets.
I found this in the forum, but it did not worked for the footer widgets.
https://generatepress.com/forums/topic/print-stylesheet/
The post is old, is something changed?
LE
This should work:
@media print {
.footer-widgets {
display: none;
}
}
No it doesn't function, the footer-widgets is also printed.
LE
Can you link me to the page?
Then printing a post I get a white meny line over every page and the footer widgets is also printed.
How do I stop the menu and widgets from printing?
I'm not seeing footer widgets on that page at all?