Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #312837

    oups… still a minor problem there :

    this :

    span.comment-count:nth-child(2) {
    display: none;
    }

    took care of the buggy comment counts,

    but a little piece of text stays down there…

    any idea ?
    thanks !

    #312839

    Hi nelsonbeguin!

    Sorry did not notice that one :)
    Please add following code to Quick CSS as well

    span.comment-text:nth-child(3) {
    display: none;
    }

    Cheers!
    Yigit

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