Forum Discussion
Stephan_Leistra
Jan 27, 2022Brass Contributor
Hide author/editor in Highlighted content web part
Is there a way to hide author/editor in Highlighted content web part? If not, are there any plans on updating this web part to include this feature?
ReeceGibb1996
Feb 02, 2023Copper Contributor
Elinkr
This piece of code removes it - insert as a Modern Script Part
<style type="text/css">
.ms-DocumentCardTile .ms-DocumentCard:not(.ms-DocumentCard--compact) .ms-DocumentCardActivity {
Visibility:hidden !important;
}
</style>
Tjbell1988
Jun 02, 2023Copper Contributor
Is there a way this query can be edited so that it only removed the author's name and not all the information displayed on the card? My site is used as a knowledge base so is made up of different site pages, I want the most recently updated pages to show on the home screen but not the authors/editors name displayed.