Thanks Bob!
@scotdill, I removed the “updated on” on the home page by adding the following in “Tools >Custom CSS”
.hero__date {
display: none;
}
and if you also wanted to remove the bracketed number of posts in the tags and author pages, you can add this
.hero h1 sup {
display: none;
}
Cheers.