How do I hide site titles in SharePoint?
Navigate to Site Settings. Under Look and Feel , click on the link Title , description and logo. Make the Title Empty, Click ok . This will essentially make your site Title empty.
How do I add a title area in SharePoint?
Add and publish a page
- Go to the site where you want to add a page.
- Go to the home page of the site.
- Select + New, and then select Page.
- Choose a page template to start with.
- Add a page name in the title area.
- Add web parts.
- Click + to add content like text, documents, video and more.
How to hide author name and site page?
From the site pages library, I have created a site page and as you know, on this site page, author name and page name becomes visible by default and I believe there is no OOTB way to hide it. However I am using modern script editor web part so can someone please help me with right css classes to set display:none for those classes.
How to hide the ” see all ” link in SharePoint?
I can accomplish this in the classic mode by embedded CSS into the page, but now with the modern page there is no script editor web part to do that. We can install react script editor in site, and add the modern script editor web part into modern page with the code below to hide the “See all”.
How to prevent users from creating ” modern ” site pages?
If you want to prevent users from creating new modern pages on all sites that don’t already have modern pages, you can use the tenant-level setting in the new SharePoint admin center. Go to the Settings page, select Pages, and then clear Allow users to create new modern pages.
How to change modern page author from the created by?
I finally found how to do that change based on a PowerShell script. This script will directly check the page list and for each item will check if the “Modified By” value is different than the “Created By”, and check also if the “created by” account was not an admin (or system).