SharePoint Modern Page cusotmization.
Pre-requisites.
You need to add the script editor, web part and you need to enable customization true for the site collection using PowerShell script.
Please use the below CSS:
<style type="text/css">
[data-automation-id="newsItemTitle"] {
Display: none! Important;
}
</style>
Before applying the CSS.
After applying the CSS.
Enjoy.