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

    Hi. I was able to find and remove author

    .blog-categories + .text-sep, .blog-author.minor-meta {
        display: none;
    }

    but cant find the same for “comments”, in category listing
    http://66.7.193.7/~okami1/category/pressrelease/
    thanks!

    #1138665

    Hey andyux,

    Try adding this css code in Quick CSS:

    .post-entry span.comment-container.minor-meta, 
    .post-entry span.text-sep-comment {
        display: none;
    }

    Best regards,
    Nikko

    #1138729

    Got it, done, thank you!

    #1138811

    Hi andyux,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove "comments" from categories post list’ is closed to new replies.