Forum Discussion
How to edit Sharepoint website code?
Maggan Wåhlin Thanks! I just need to change one part and that is to make the entire home page background transparent. We have an Office 365 subscription, so sharepoint is the version that is online. I can't seem to figure out how to export the site to visual studio or just edit the code on the web browser. I hit F12 and can find the code and even change it, but cannot seem to get it to save.
Deleted It´s not possible to export a SharePoint site to VS, and you cannot save changes for the developer tool (F12). Design changes (colors, fonts) can be made using https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview. A theme can be easily applied through PowerShell. However, I´m not sure you can make the background transparent though.