C5.5 Dashboard Background Image

Permalink
define('WHITE_LABEL_DASHBOARD_BACKGROUND_SRC', 'http://www.site.com/image/dashboard-bg.png');

I know this is possible but, is it possible to tile the background Image? That'd be cool. If anyone knows, I'd love to know as well!

Thanks for your time and for reading!

-b.lew

bryanlewis
 
ElwoodP replied on at Permalink Reply
ElwoodP
I'd like to know this too. Anyone have any ideas?
ElwoodP replied on at Permalink Reply
ElwoodP
OK this is how I did it:

In site.php add:
define('WHITE_LABEL_DASHBOARD_BACKGROUND_SRC', 'none');

In ccm.dashboard.css change line 3 to:
body{url(/pathto/backgroundimage.jpg) repeat ;margin:0px;}

(Replace pathto with path to wherever your image is located and backgroundimage.jpg with the filename of your image).

I guess it's a bit hacky but does the job. I'm new to C5 can anyone tell me the proper way to do this without editing core files?