Hello. I am a beginner on sharepoint, given the task of creating a very simple sharepoint site for file and information distribution.
The front page is your standard wiki page, residing within the “site pages” folder. The page itself shows the title of the page, literally called “home page” in norwegian (Hjemmeside). It kind of messes up the design.
How can I remove this?
Regards
Espen, Norway
?width=750
You want to append that to your site collection base URL. Try replacing “/SitePages/Hjemmeside.aspx” with “/_layouts/15/ChangeSiteMasterPage.aspx”. So you might have:
for host-named site collections:
http://oursp.hr.mycompany.com/_layouts/15/ChangeSiteMasterPage.aspx
for path-based site collections:
http://oursp.mycompany.com/sites/hr/_layouts/15/ChangeSiteMasterPag…