Road Fighter: remove "no comments" on blog Posts

Discussion in 'RoadFighter WordPress Theme' started by dedieo62, Apr 25, 2014.

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

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    I would like to remove "no comments" on evenry blog Posts with Custom CSS and also "Comments are closed" : how to remove these two sentences ?

    http://www.chateau-de-serigny.fr/le-puy-du-fou-53kms/

    Capture-no-comments-on-blog-post.JPG

    I tried this Custom CSS for "No Comments", but it does not work?

    .content-bar
    .post .post_comment {
    display: none;
    }

    Thank You,
    Dedieo62
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .post .post_meta .post_comment {
    display: none;
    }
    div#commentsbox {
    display: none;
    }
     
    This will solve your issue.
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    Thanks a lot!
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page