House layout with temperature tile

Ok, I held off, but will chime in... Thanks for the plug @wayne.pirtle :slight_smile:

The output from my editor when choosing to hide the titles for ALL tiles is:

/* *********  Tile Settings   *********  */

 /* ******* Hide All Tile Titles    ******** */
.tile-title { visibility: hidden; display: none; }

For an individual tile:

/* tile-33 Settings */
	#tile-33 .tile-title { visibility: hidden; display: none; }

The CSS Editor @wayne.pirtle refers to is here:

One day I will get back to it.... Too many interesting projects... Still, they are fun.... If you have any pressing requests in this space let me know.

1 Like