I'm using the Twenty Ten theme. The banner shows up fine, but it and the menu below it, disappear when printed. How do I make it make it print? Is this a bug?
Site is: http://www.yonebee.com/wpblog/
Banner picture is custom, but same size as the default one.
I'm using Firefox and Safari on mac os x 10.4.11
DigitalMcGrath
Member
Posted 1 year ago #
In Firefox, try:
File >> Print >> Click the arrow next to the printer name >> Under Appearance, click Print Background Colors and click Print Background Images.
in style.css of TwentyTen, the last about 100 lines are print styles - some of which are setting the banner and menu to display:none; - i.e. non existent for print.
you can edit and change this.
Thanks alchymyth, it worked! I just commented out some of them till I found the right one.