문제

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