Remove "Comments are closed."

Discussion in 'Woodpecker WordPress Business Theme' started by paulnobles, Apr 4, 2017.

  1. paulnobles

    paulnobles New Member

    Joined:
    Feb 19, 2014
    Messages:
    2
    Likes Received:
    0
    How to remove comments are closed from every page sitewide?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Paul,

    You need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    #commentsbox.post { 
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page