Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Issues with Taste theme ver 2.0.1.0

#2815
Avatar photo[anonymous]

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.