Hello,
I’ve really googled a lot and tried a few things, but I haven’t gotten it the way I’d like. On the website https://www.wg-boehlen.de, you can see the blog posts under “News.” I only want to show the headline and date. I want to remove the comment, category, and author. Please tell me the code for this. This is how it can look in the blog, even without the comment, category, and author.
I tested this code, but you can still see the lines in between
.text-sep.text-sep-date, .comment-container.minor-meta, .text-sep.text-sep-comment, .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta {
display: none;
}