Override Default Dashboard Canvas Background Colour (Video Tip)

By default, Dundas BI places any content you create on a white surface which may not match your goals from a branding perspective. This video will show you how to apply a CSS Override to change the default behaviour.

Here is the script:`

$( “#dashboardSurface” ).css( “background-color”, “#000000” );

If you’d like to learn more, I’d recommend you go to my learning channel - Off the Charts (with Jeff).
https://www.dundas.com/resources/off-the-charts-tips-from-an-expert

1 Like