Forum Discussion
Dhiran Gajjar
Jun 23, 2017Iron Contributor
Adding CSS to Office365 Group sites
Hi, I would like to add some simple CSS that works on regular SharePoint site which allows promoted links to wrap around and hide the navigation bar. On a regular SharePoint site this could ...
Anonymous
Jun 23, 2017I guess you have two options:
- Use an ApplicationCustomizer in SPFx Extensions to achieve this in a supported way. Please note, that SPFx Extensions currently is in developer preview and not production ready yet!
- Use a "Modern Script Editor Webpart", which has been built with SPFx Client-side webparts and is an official sample - check it out: https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-script-editor
To use the "Modern Script Editor Webpart" you will have to download, bundle and build the app package and deploy that to your App Catalog (at tenant level, for now) and then afterwards to your SharePoint site.
- Jun 23, 2017Jonas suggestions are the two ways to go and I would suggest to go for 1.