HomePage › Forums › Traveler › Hide some posts › Reply To: Hide some posts
Does this page is your blog page that you want to remove some post?
Your site is in Russia language so i hard to find the post.
If my url is your true blog page, you can use this css code to remove post you want in it.
.blog .post-8373 {
display: none;
}
In the code, 8373 is post id. You can change it to your other post id.
Thanks