If you mean post-cards then you can do it like this:
<style>
.post-card.tag-getting-started {
display: none;
}
</style>
In this example, the post-cards with the tag “Getting started” will be hidden.
If you mean post-cards then you can do it like this:
<style>
.post-card.tag-getting-started {
display: none;
}
</style>
In this example, the post-cards with the tag “Getting started” will be hidden.