Jan 27 2022 02:56 AM
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?
Jan 27 2022 05:59 AM
Mar 16 2022 02:44 PM
Jan 04 2023 02:19 PM
Feb 02 2023 01:07 AM
Feb 02 2023 01:26 AM
@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>
Feb 02 2023 03:14 AM
Hi @Stephan_Leistra,
the "Highlighted Content Webpart" is basically just a search webpart with a fixed search term.
If you have some requirements that are not doable with the "Hightlighted Content Webpart" out of the box then you can use the "Search Results" webpart from the "Modern Search Webparts"
https://microsoft-search.github.io/pnp-modern-search/
and customize it to your needs.
Here you can either tweak the search query to select and sort differently or configure the display templates as you like. (Even enter your own HTML if you like)
Best Regards,
Sven