Comments Closed

Discussion in 'Traffica WordPress Theme' started by jfgibb, Nov 23, 2016.

  1. jfgibb

    jfgibb New Member

    Joined:
    Nov 19, 2016
    Messages:
    1
    Likes Received:
    0
    I have comments disabled for my site. All my pages have "Comments Closed" at the bottom. Is there a way to remove this from the pages?

    Thanks
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    If you want to hide that then, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    div#commentsbox {
        display: none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page