How do I modify dashboard icon?

You can remove the slider using CSS, more advanced styling options than are available through the regular tile, template and dashboard setup screens.

On your dashboard:

  • Open the tile settings by clicking on the 3 dots on the tile, noting the tile id / number in the top left. Close the tile settings dialog
  • Select the Settings "Cog" icon for the dashboard, usually positioned in the top right of the dashboard
  • Select the Advanced Tab
  • Select the CSS tab
  • Paste in the text below, replacing the 48 with your tile id
/* tile-48 Settings */
	#tile-48 .tile-primary > div.dimmer { display: none; !important; }

You should now see the slider removed:
image

You can also do this and other tweaks using my Simple CSS Editor utility:

3 Likes