SharePoint online Modern page, how to hide the New page Title in carousel layout ?

SharePoint Modern Page cusotmization.

Pre-requisites.

You need to add the script editor, web part and you need to enable customization true for the site collection using PowerShell script.

Please use the below CSS:

<style type="text/css">

[data-automation-id="newsItemTitle"] {

  Display: none! Important;

}

</style>

Before applying the CSS.



After applying the CSS.


 Thanks
Enjoy.

No comments:

Post a Comment

SPFX - HTTPClient - Curd Operations - SharePoint list.

  Create solution in the name of SpfxCrud. ISpfxCrudProps.ts export interface ISpfxCrudProps {   description : string ;     context : an...