Comment Counter below post title

Discussion in 'ReThink WordPress Theme' started by patrickdidomenico, Dec 24, 2015.

Thread Status:
Not open for further replies.
  1. patrickdidomenico

    patrickdidomenico New Member

    Joined:
    Dec 24, 2015
    Messages:
    6
    Likes Received:
    0
    Hi -
    I would like to remove the comment counter (the thing that indicates "No Comments" in the pictured post below). from all blog posts. I saw another thread that said to add some CSS, but that did not work. Are there any other options to remove it?
    Thanks!

    ATCS no comments.jpg
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li.commentt {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    seowebmaster likes this.
  3. seowebmaster

    seowebmaster New Member

    Joined:
    Dec 10, 2015
    Messages:
    7
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page