How display Promoted Link Tiles 3x3 in Sharepoint?
- Add the Promoted links web part to the page.
- Add the Script Editor web part under the Media and Content category.
- Edit Snippet and add the code below
<style>
.ms-promlink-header{
display:none;
}
.ms-promlink-body {
width: 100%;
}
</style>
0 comments:
Post a Comment