How do I remove Comments & Responses - Comments are closed?

Discussion in 'Cloriato WordPress Theme' started by crystal0811, Aug 21, 2013.

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

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    How do I remove Comments & Responses - Comments are closed from each page?
    I feel like I've asked this before, but for some reason can't remember. Sorry!

    Crystal

    http://lovelifehoodriver.com/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #commentsbox {
    display: none;
    }
     
    .content h3 {
    display: none;
    }
     
  3. details

    details New Member

    Joined:
    Oct 19, 2013
    Messages:
    8
    Likes Received:
    0
    Thanks
     
Thread Status:
Not open for further replies.

Share This Page