Comments Closed comment at the bottom of each detail page post.

Discussion in 'ClassiCraft WordPress Theme' started by chester29, Feb 10, 2016.

  1. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    Referring to my pic attached.
    At the bottom of each main detail page it shows "comments closed"

    I'm not using this as a page where people can leave comments and the "comments" are turned off in the setup.

    Is it possible to remove this comment?

    Regards,
     

    Attached Files:

  2. priya

    priya Guest

    Hello Chester,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #commentsbox {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    Thankyou Priya,

    Works fine.
     
  4. priya

    priya Guest

    You're welcome Chester..:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page