[SOLVED] White text not showing on printer friendly page

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
SIMONdesign.nl
Forum Members
Forum Members
Posts: 28
Joined: Tue Nov 21, 2006 8:02 am

[SOLVED] White text not showing on printer friendly page

Post by SIMONdesign.nl »

Does anyone know how to solve my problem? White text on my website doen't show up on printer friendly pages. Changed template and stylesheet but nothing works.

url:
http://213.247.53.15/~spijshuys/index.p ... rgerechten

Thanks
Last edited by SIMONdesign.nl on Wed Nov 26, 2008 6:39 am, edited 1 time in total.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: White text not showing on printer friendly page

Post by Dee »

Try something like this in your "Override print stylesheet" ("Content" -> "Printer Friendly Pages" -> "Override print stylesheet"):

Code: Select all

body * {
  color: black;
}
Regards,
D
SIMONdesign.nl
Forum Members
Forum Members
Posts: 28
Joined: Tue Nov 21, 2006 8:02 am

Re: White text not showing on printer friendly page

Post by SIMONdesign.nl »

Some of the text I copied had some unkown style ??? ??? Some were showing and some not. Replaced them all and now it works... Welcome to the wonderfull world of css!

Thanks for the help.
Simon
Post Reply

Return to “Layout and Design (CSS & HTML)”