Removing the comments box from posts

Discussion in 'Nutrition WordPress Theme' started by designcoup, Jun 16, 2013.

  1. designcoup

    designcoup New Member

    Joined:
    Mar 5, 2013
    Messages:
    1
    Likes Received:
    0
    How do I remove the Comments Box and comments heading from Posts in the Nutrition Theme?

    Thanks,
    Bruce
     
  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;
    }
     

Share This Page