Asked by:
Ho can i create the below page in modern site

Question
-
All replies
-
Hi Rajesh,
We can use modern script editor web part with CSS style to hide other contents(like page title) in modern page.
<style> div[class^='pageTitle_']{ display:none; } </style>
More information:
Add The Script Editor Webpart back to SharePoint Modern Experience
Best Regards,
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
SharePoint Server 2019 has been released, you can click here to download it.
Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019. -
-
Hi Rajesh,
Refresh the page again, and edit the modern page to check if it exists.
Best Regards,
Dennis
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
SharePoint Server 2019 has been released, you can click here to download it.
Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019. -
-
I followed the below link for modern script editor webpart.
when i check the app details i got the below error.
SharePoint Store
Invalid App ID: ab6f1060-3b24-44d9-be85-78238f57fa74
When i click app i got the below error :
Sorry, something went wrongA different version of this App is already installed with the same version number. You need to delete the app from the site and the site recycle bin to install this version.
And my cdn is path is on sharepoint site document library:
"cdnBasePath": "https://msid.sharepoint.com/sites/AC/Shared%20Documents/ScriptEditor"Let me know why i am getting above error
-
-
Hi Rajesh,
Please try to delete this app from the site and the recycle bin, then install it again to check if it works.
Best Regards,
Dennis
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
SharePoint Server 2019 has been released, you can click here to download it.
Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019. -
-
Hi Rajesh,
The style only hide the page title.
We can use IE F12 to find the other HTML elements you want to hide and write the similar style to hide it.
Best Regards,
Dennis
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
SharePoint Server 2019 has been released, you can click here to download it.
Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019.