Oops this morning I realized that is likely theme-specific.
Same idea though. Use the browser console tools to see what CSS is. Then display:none it!
Otherwise you’ll get in to child-theme, customizations, etc
custom css will do the job:
.post-meta-infos {display:none;}