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

Was it helpful?

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>
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top