need to remove the "Comments are closed" text from the pages

Discussion in 'Quick Online Shop WordPress Theme' started by greatscottfilm, Jul 13, 2018.

  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Hi Akbar,

    I need to remove the "Comments are closed" text from the pages. I tried working with it in the editor, it won't save changes. Tried to find the proper file to ftp, could not.

    Have you got a snippet of code that remove that?

    Thanks, Scott
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Scott,

    Greetings from InkThemes,

    Will you please share your website URL here?

    So that we could deliver you an exact solution.

    Regards,
    Akbar
    InkThemes.com
     
  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove that text, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    p.nocomments {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  4. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Right on! That worked perfect! Thanks for sending that over Akbar, I appreciate it, Scott
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page