Saturday, January 30, 2016

Hiding the Tiles Button

/*hiding the arrow buttons */
Insert the code in script editor to hide the arrow buttons of tiles

<style>

.ms-promlink-header{
display:none;
}
</style