Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #45763
    Adri54
    Member

    Hi
    I searched how to hide the text “the comments are closed”, but I didn’t find it.

    Could you help me please ?
    Thanks

    http://www.unssmeuse.org/wordpress/?p=159

    #45774
    Sakin
    Keymaster

    @Adri54: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .nocomments { display: none; }

    #45805
    Adri54
    Member

    I did what you told me, but the text is still here…

    http://www.unssmeuse.org/wordpress/?p=159

    #45826
    Sakin
    Keymaster

    @Adri54: It’s because you have missing closing bracket } in your custom css. Find the following css in your custom css

    /* For Widget Title */
    .widget-title, .widget-title a {
    color: #ef2d6e;

    and replace it with the following

    /* For Widget Title */
    .widget-title, .widget-title a { color: #ef2d6e; }

    Than the css I gave you will work.

    #45860
    Adri54
    Member

    Ok, it worked, thank you very much.

    #52028
    CrystalClear
    Participant

    Hi – I have the Catch Evolution theme – is this (Reply #45774) the same fix for that same problem? – I need to remove the “Comments are closed” text from all of my Posts. I do not enable any Comments on my site. Do I use this same fix for the Catch Evolution theme? i.e. as follows:

    Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .nocomments { display: none; }

    If not please let me know how I do that for the Catch Evolution theme.

    Thank you very much!

    #52084
    Sakin
    Keymaster

    @Consciousness: yes sure, you can add the same css in “Appearance => Theme Options => Custom CSS”
    .nocomments { display: none; }

    #53599
    CrystalClear
    Participant

    Thank you! works perfect.

    #53603
    Sakin
    Keymaster

    @Consciousness: Cool 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Get rid of "The comments are closed"’ is closed to new replies.