There is a "printmedia" section in the Bootstrap css file that sets the following css rule:
* { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; }
As you can see, all backgrounds become transparent.
You need to override this in your custom stylesheet or modify it in the bootstrap.css file.
source share