Thursday, February 4, 2016

Setting SharePoint Tile Background Color

<style type='text/css'>
div.ms-tileview-tile-content {
 background-color: White;
}
</style>