Source theme help

Hello, please i need some help with posts on the “source” theme.

I am seeking a css to help me remove the read time from posts, e.g., “1 min read” as seen on this post as an example: Unveiling the Crisis of Plastic Pollution: Analyzing Its Profound Impact on the Environment

Any help will be appreciated.

Puting the following code to “Ghost settings => code injection => site header” can remove it

<style>
  .gh-article-meta-length {
    display: none;
  }
</style>
1 Like

Thanks for this. I might use this also. :laughing: