Oddbean new post about | logout
 Hi @brugeman is it possible to remove this (read more) from the theme I use on https://idsera.npub.pro/? I think make more sense show in this place, the total of comments and total of zaps, instead of read more.
Thanks.
  

https://image.nostr.build/cb976a15c81d885f314a9a58f0e51f84ca9202c5d80bcf1b2b2e7845d794b5cc.png 
 Removing READ MORE should be easy with code injections - try this:
<style>
.post-footer .post-more {
  display: none;
}
</style>

It's much harder to add reaction/zap counts - existing themes don't support that. I understand that it's a pretty common feature that people would expect to have eventually, so it's on the roadmap, but we haven't figured out an elegant way to achieve that yet.

Thanks! 
 Worked, thanks.