0
Good afternoon friends,
I haven’t had much practice with Bootstrap yet, I haven’t been able to figure out a way to keep a div background when I print a page through the window.print()
I have the following code:
<div class="qCor" style="background-color: #752740 !important;">
On screen
However when printing by the browser the background of the div is empty.
Any suggestions how I can divert this problem?
Also use this property in your style:
-webkit-print-color-adjust: exact;
– Douglas Garrido
For Chrome it worked 100%. But would need for Firefox, know some alternative to Firefox?
– Rafael Weber