Removing status text from a tile?

@J_Skron, you can create a custom style, and apply this custom style in these tiles, and then hide the footer text using the Custom CSS feature. See details in the thread below, and the custom CSS should look like this. (--them-style-hide-footer-value is based on your custom style’s name.)

.–theme-style-hide-footer-value.tile .tile-footer{display:none;}

*Any custom CSS snippets provided are not officially supported and may have to be tweaked as new platform updates are released.

example: