Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #543939

    Hey Guys!

    How do I remove the comment count on all the blogs? I’ve unchecked everything but they’re still showing up.

    #543945

    Hey Courtney!

    Add this to your custom CSS.

    .slide-meta div {
        display: none;
    }

    Cheers!
    Elliott

    #543954

    Hi Courtney!

    Please insert the below css into your custom css section:

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

    Regards,
    Dake

    #605741

    This doesn’t work for me in the portfolio section. Is there another way to do this for the portfolio posts??

    #605911

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #606231

    YES- thanks

    #606234

    There’s no comment count in the portfolio items though, which elements are you trying to remove?

    Regards,
    Josue

    #606261

    oh- sorry-
    On the bottom on any single portfolio page, I have a space to reply with comments. There is an orange circle with 0 in it. Until I get more (some) comments it looks very lonely. I would like the big orange circle with the number in it to not be there.

    #606271

    Hey!

    I checked one single portfolio and couldn’t find what you’re referring to:

    Cheers!
    Josue

    #606275

    ugh- sorry
    I think you picked one that was not complete yet (former project marked private)

    I hate to keep adding on here…..
    but
    Which border lines are NOT showing up on my social icons and comment box?
    http://www.tiikoni.com/tis/view/?id=a76d860

    (thanks for all of your help- couldn’t do this without you)

    #606281

    This will do it:

    .single-portfolio .comment_meta_container {
        display: none;
    }

    Best regards,
    Josue

    #606301

    i cleared my cache but it’s still there

    #606307

    Move the code to the very start of your stylesheet and refresh a few times.

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.