Comments are closed.

Discussion in 'Infoway WordPress Theme' started by novoseltsev, Feb 18, 2014.

  1. novoseltsev

    novoseltsev New Member

    Joined:
    Feb 13, 2014
    Messages:
    12
    Likes Received:
    0
    I hide comments to posts in my blog. Now I see the phrase "Comments are closed.".
    How can I hide it?
     
  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:
    p.nocomments {
    display: none;
    } 
    This will solve your issue.
     

Share This Page