I would like to be able to turn unread counts off that appear next to each feed.
2 Likes
Learn custom CSS to do that. You might have to install a custom CSS stylesheet in your browser:
.unread_counts {
display: none;
}
Hi Samuel. Thanks for the quick reply, but I’m going to need some more info as I really don’t know what you’re talking about.