Code snippet to hide date in Twenty Twenty Theme

/* use one or the other below */


/* Hide on homepage */
.home .post-date.meta-wrapper {
	display:none;
}

/* If you want to hide everywhere */
.post-date.meta-wrapper {
	display:none;
}

Author: Joseph Dickson

Joseph Dickson is a front-end web developer with experience building higher education websites using Drupal and WordPress.