/* 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;
}Code snippet to hide date in Twenty Twenty Theme
by
Tags:
/* 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;
}by
Tags:
Leave a Reply