Вопрос

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

Это было полезно?

Решение

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>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top