cbshanley - Remove "Comments are closed"

Discussion in 'ColorWay WordPress Theme' started by cbshanley, May 27, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    How do I do that for all the pages?

    -------------------------------------------------


    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.comment_section {
    display: none;
    }
    This will solve your issue.

    Thanks & Regards,
    Piyush Pratap Singh
     
  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:
     div.comment_section {
    display: none;
    }
    
    This will solve your issue.
     

Share This Page