Text is unreadable when clinking Print, Email button to preview print, email page in Joomla!

T

How Can We Help?

Text is unreadable when clinking Print, Email button to preview print, email page in Joomla!

If you have an image for the Background in your Joomla! template, you will notice that if you click on the Print preview buttons, or Email buttons that the text is unreadable due to that the background image that is quite dark and that the text disappears in the image. When the Font is also dark almost the same color as the Background it also does this. Please follow the steps below to implement the solution.

STEP 1

Add the following lines at the top of your template css file (Joomla! 1.5 EXTENSIONS=>TEMPLATE MANAGER=>EDIT=>EDIT CSS)

body.contentpane {
background: #FFFFFF;
padding-left : 3px;
}

The padding is optional, I only added padding so that the text isn’t right against the border. #FFFFFF = White Background Color

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me