Remove "Leave A Reply", comment box, and post comment

Discussion in 'Andrina WordPress Theme' started by scarn8881, Feb 5, 2014.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    How can I remove the following from all posts:
    1. Remove "leave a reply"
    2. The Comment post below each post
    3. The Post Comment button below each comment box in a post.

    Attached is an image for reference, the website is: www.rivertreeonline.co

    Thank you!
    Sherry
     

    Attached Files:

  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:
    #comment-form {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page