Frage

I am using News web part on a modern page. I add a new News and I see it on my home page. But I don't want my name to appear. It has my new News but it has my name and date that I created the News. Is there a way to hide or remove my name and date from the News web part modern site?

enter image description here

War es hilfreich?

Lösung

You could deploy the spfx extension react-script-editor

Then add below CSS sytle to modern script editor web part:

<style>
.a_a_91bed31b.b_a_91bed31b{
display : none ;
}

</style>
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top