Question

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

Était-ce utile?

La solution

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>
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top