Dashboards - Removing Dashboard Title

Hi,

Wondering if there's a way to remove the dashboard name in the actual, rendered dashboard. In the case below, how would I remove 'Phone?' Thanks.

image

Add this to the dashboard's css:

.dashname { display:none }

I just created a new dashboard and added that into the CSS tab. Hit save and refreshed the browser, name still remains.

Helps if I capitalize it correctly:

.dashName { display:none }

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.