Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #127113
    Jiu Cai
    Participant

    Hi,
    I am trying to remove the words for “no comments” on each post beside the date. Please help.

    Thanks

    #127121
    tikaram
    Keymaster

    @jiu-cai : Go to Appearance => Customize => Additional css and add the following css.

    .entry-meta ul li.last {
    	display: none;
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

    #127159
    Jiu Cai
    Participant

    Hi Tikaram,
    I followed your instruction to add the CSS code to my website. It works only on part of my website. The posts showed on the home page and the blog page have removed the words “no comments”, but when I click each post the “no comments” or “comment off” still there.
    Can you go to my website MYHapyChoice.com to check out?

    Very Appreciate.

    #127160
    Jiu Cai
    Participant

    Hi Tikaram,
    Sorry. I spelled my website wrong. It is MyHappyChoice.com

    Thanks

    #127185
    tikaram
    Keymaster

    @jiu-cai : Do you want to completely remove the Comments functionality on your website or you just want to remove no comments from you site. Please let me know if you have any further issues.

    Regards,
    Tikaram

    #127267
    Jiu Cai
    Participant

    Hi Tikaram,
    I want visitors can leave the comments for each post. But I do not want the words “no comments” or “comments off” showed on each post near the title. The comments only show at the bottom of each post.

    please see the examples I copied from my posts at MyHappyChoice.com

    * Authentic Chinese Scallion Pancakes
    By Jiu Cai November 22, 2017 No Comments ( please help to remove the words “no comments”)

    * Soft Flower Bun
    By Jiu Cai November 15, 2017 No Comments (please help to remove the words “no comments”)

    * Delicious Dishes Made Out of Watermelon Peels (1)
    By Jiu Cai September 28, 2017 Comments Off (please help to remove the words “comments off”)

    Thanks

    #127352
    tikaram
    Keymaster

    @jiu-cai : Go to Appearance => Customize => Additional css and add the following css.

    .entry-header .entry-meta .clearfix li:last-of-type {
    display: none;
    }

    Let me know if you have any further issues

    Regards,
    Tikaram

    #127421
    Jiu Cai
    Participant

    Hi tikaram,
    I copied the code to my website. It is the way I wanted now.

    Thank you so much.

    #127440
    tikaram
    Keymaster

    @jiu-cai : Glad to know that the issue has been resolved. If you have anymore issues please let me know.

    Regards,
    Tikaram

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to remove the word "no comments"?’ is closed to new replies.