1

I am using FullCalendar in my application. The issue I am facing with it is while doing print of that calendar:

Orignal View: http://fullcalendar.io/

enter image description here

On printing that page (just do CTRL+P), the colors get lost:

enter image description here

Has anyone else faced that issue? Is there any fix for it?

Raghav
  • 8,772
  • 6
  • 82
  • 106
  • 1
    printpreview shows required color? which browser are you using ? checked any other browser?..Possible duplicate : http://stackoverflow.com/questions/14987496/background-color-not-showing-in-print-preview – Tharif Mar 21 '15 at 08:57
  • In FF Page Setup you need to check `Print Background (colors & images)`. Other browsers have similar option. And make sure to remove `` – wasikuss Apr 04 '15 at 23:46

1 Answers1

0

If you using Bootstrap 3, the print.css file causes the issue with

*:after {
        // background: transparent !important; NOTE: Removed for fullcalendar printing
        color: #000 !important; // Black prints faster: h5bp.com/s
        box-shadow: none !important;
        text-shadow: none !important;
    }