Thread Starter
Robin
(@drobind)
Thank you bdbrown for the info.
It is not a show stopper but I will certainly look into those links.
Thanks again.
I certainly would support a feature request for a print.css file! Just adding this comment to be kept informed by email.
Hi,
In style.css of your child-theme add :
@media print {
.post-nav,.post-tags,.sidebar,.s1,.s2,.single article ~ *,li.comments {display: none !important;}
* {color:black !important;background: none !important; }
body {font-size: 10pt;}
.main-inner{padding-left:0 !important;padding-right:0 !important;}
}
Hi micheltam,
thanks! I added #header and #footer to the list of display:none, it looks good this way.
Thread Starter
Robin
(@drobind)
Thank you, micheltam! That worked for me 🙂
MarionFW, Can you share your final css?
Thread Starter
Robin
(@drobind)
Oh I figured that out. Thanks you all 🙂
I wish it is added to the coming releases.
Hi Drobind,
I used the css that Micheltam gave, and added
` #header,
#footer,
‘
right before .post-nav.
I have not figured out yet how I can suppress the top menu, so the site title will remain visible, but for now this will do fine for me.