Do you style your SharePoint link with icons?

Updated by Tanya Leahy [SSW] 1 year ago. See history

123

Out of the box, SharePoint provides widgets (aka webparts) to style your link with a consistent look and feel. Standard left-navigation also supports emojis πŸ’–. If that's not enough and you want to customize your own links somewhere else on screen, use CSS to match the extension at the end of the <a> tag. Don't forget to add some padding to give it some space before the text (where the icon will be).

Option A: Standard left navigation + emojis πŸ’–

If you want to style your navigation, using emojis is the simplest way to achieve consistency.

Image

Figure: Consistent look using emojis in the standard left-navigation

βœ… UI - Consistent icons βœ… No-code solution (configuration only) βœ… Fast to load (no extra CSS to load) βœ… Free $ (Out of the box) βœ… Can be used in any size ❌ Somewhat limited choice

Option B: Navigation using buttons via configurable Webparts (Recommended)

Using webparts is the best way to achieve a consistent look and feel. Webparts can be customized by admin users, and require no maintenance as far as styling is concerned. SharePoint uses Office UI Fabric icons under the hood.

Image

Figure: Consistent look using out of the box "Quicklinks" webpart

βœ… UI - Consistent emojis βœ… No-code solution (configuration only) βœ… Fast to load (no extra CSS to load) βœ… Free $ (Out of the box) βœ… Can be used in any size βœ… Large choice of icons

acknowledgements
related rules