I've read the different questions here about the css issues in background color when printing. I tried to follow the steps and the solutions presented especially here CSS @media print issues with background-color; but I still can't print the background color.
Do I have other choices to print the page with the background color?
Here is my code in style for the body
body {
-webkit-print-color-adjust: exact !important;
font-size:11px;
color-adjust: exact !important;
print-color-adjust: exact !important;
}