Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #441779

    Hi guys!

    Two questions for you here. Firstly, I’m having a hard time removing the comment count on the blog posts. The meta elements box is unticked. I know this has been asked before, and as per the advice given in other threads about this same topic, I’ve added both of the following to quick CSS but it doesn’t change anything, the comment count is still displayed:

    .slide-meta { display: none; }

    .slide-meta .slide-meta-del, .slide-meta .slide-meta-comments {
    display: none !important;
    }

    Everything is updated. I’m baffled! Any other ideas?

    Also, on a related note, on the main blog page under the title of each post is the date and this: “/ in blog /”

    How do I omit that part ( “/ in blog/” ) but leave the date? In other words, I’d like only the date to be displayed under the blog post title.

    Thanks a lot and keep up the good work, you guys all rock.

    #442053

    Hi tschlicting!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .side-container-comment-inner, .page-id-40 .text-sep-cat, .page-id-40 .blog-categories{
    display:none !important;
    }

    Cheers!
    Rikard

    • This reply was modified 8 years, 11 months ago by Rikard.
    #442157

    Hey thanks, that worked great for removing the comment count. Thank you!

    I’m curious if there’s a way to remove the slash that now appears after the date… so for example instead of this:
    March 7, 2015 /

    It would just be this:
    March 7, 2015

    If not, no problem, just want to have the cleanest aesthetic for my visitors as possible.
    Thanks again!

    #442564

    Hi!

    Please add following code to Quick CSS as well

    .text-sep-date {
      display: none!important;
    }

    Best regards,
    Yigit

    #442638

    Worked like a charm, you guys are rockstars!

    Thank you very much! : )

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Another blog comment count question! (plus a bonus question)’ is closed to new replies.