Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Print article doesn't display body background

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,
I'm using the ReVision 3 template. When I enable the option to display a print button then select print it displays the background image and the content of the article but NOT the white background of the article.

Basically means it's illegible. Could you tell me how to fix this?
Current link (but will be changing) ecfcmma.com/index.php?option=com_content&view=article&id=123


Screenshot2014-05-19at3.13.18PM.png

Screenshot2014-05-19at3.13.33PM.png
  • k344i's Avatar
  • k344i
  • 12 Month Developer
  • 70 posts
  • Karma: 0
Last Edit: 9 years 11 months ago by k344i.
The administrator has disabled public write access.
Does this work if you add it to the bottom of the custom.css file?

@media print {
html > body {background-color:#fff;background-image: none;}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
No, that didn't seem to affect a change. If I click on the document link while in the print screen it brings up a background but then I get all the menu information as well.
  • k344i's Avatar
  • k344i
  • 12 Month Developer
  • 70 posts
  • Karma: 0
The administrator has disabled public write access.
You were missing a close bracket so couldn't work

Can you try adding this

@media print {
body {background-image: none !important;background-color:#fff !important;}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers