(11/03/29 14:50), Brian Thompson wrote:
Hi,We are currently (successfully) receiving Dashboard reports via "rt-email-dashboards". My question if anyone knows is: Can the resulting emailed reports be configured to eliminate their blue backgrounds? If so, how?
Dashboards are generated by /Dashboards/Render.html when Preview is 0. You could use the Head callback in /Elements/Header adding { background: none } CSS if the path and arg match.
Thank you, <--Brian-->
