Forum Discussion
Rhys Williams
Jul 22, 2019Iron Contributor
Custom Quick Links
Is it possible to edit / create an alternate quick links webpart based on the existing code? I want to keep the customization options of the default quick links webpart however just rearrange some of...
Beau Cameron
Jul 22, 2019MVP
Rhys Williams There is no way to edit the out of the box quick links. Also if you try to override it with CSS, just understand it's not supported and the class names used change frequently.
If you want to customize links, but you don't want to start from scratch.... check out this GitHub solution https://github.com/SharePoint/sp-dev-solutions/tree/master/solutions/LinksAndHandlebarsTemplate . There are a few "quick link"- ish web parts. They have a bit more functionality, for example you can make them list driven, you can apply permissions to links, etc...