Dashboard/Dashlet themes

Hi,

I would like to create specific classes for the dashlets to be able to customize the presentation of each of them, for insance I would like a different color for the “My Leads” or the “My Quotes” dashlet. Looking into the code I see that there is nothing to individualise them so I would like to add a specific class, let’s say myQuotes or myLeads, on each of them ? I imagine I should change the code but which one ?

Thanks

Create custom versions of the dashlets in the custom/modules/YOURMODULE/Dashlet. If they don’t exist copy the module/dashlet folders into the custom modules folder. You can them edit the dashlets and add tpl files ect. You could also had custom a css file to the dashlet.

Ok thanks, will try that.