Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1484339

    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.

    #1484341

    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;
    }

    #1484397

    Hi,

    Please try this CSS instead:

    .av-alb-blogposts .comment-container, .av-alb-blogposts .blog-categories, .av-alb-blogposts .blog-author, .av-alb-blogposts .text-sep {
      display: none; 
    }

    Best regards,
    Rikard

    #1484424

    It works, thank you very much

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete comment, category and author’ is closed to new replies.