Icon Only Tile with Multiple Styles

Super Tiles (beta)

We also have a new Super Tiles feature in beta. It has nice options for adding icons and data to a tile in a custom layout. And style mappings are on the hit-list for it.

Using Styles

It can be done through configuration as well. You can set the Footer Color to transparent in your style(s):

image

Using CSS

Using a combination of CSS to Adjust Footer (Community CSS Wiki) and Target CSS to Specific Tile Type, you would get something like:

.tile.temperature-measurement .tile-footer { display: none }

And in case you need it for Hero Attribute tiles, you can also do this using CSS to Hide Hero Attribute Value.

Please note that any custom CSS snippets provided aren’t officially supported and may need to be adjusted with potential future changes to the SharpTools web app.