Tagged: , ,

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

    Hi guys,

    When I deselect comments and pingbacks on a post, on the front end the Comments are closed line appears. (In Dutch: Reacties zijn gesloten)

    How can I get rid of that line of text?

    Sincerely,
    Morticka

    #395055

    Morticka!

    Please add following code to Quick CSS

    p.nocomments {
    display: none!important;
    }

    :)

    Cheers!
    Yigit

    #395060

    Hi Morticka!

    Thank you for coming back.

    Use the following:

    
    .nocomments {
        display: none !important;
    }
    

    Best regards,
    Günter

    #395101

    Hi guys,

    Thx, it works! :)

    Sincerely,
    Morticka

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Comments are closed’ is closed to new replies.