Removing comments and response area?

Discussion in 'Cloriato WordPress Theme' started by bernz, Oct 2, 2013.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Could you please let me know the CSS that will remove the comments and responses and/or the leave a reply at the bottom of this page?

    http://www.mgixx.com/?page_id=27

    Thank you.
     
  2. Piyush

    Piyush Support Staff

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

    The link given by you is not working.
    So, could you please provide me the correct page link.

    or

    If you want to remove this from all the page then paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

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

Share This Page