Remove "leave a comment" on posts?

Discussion in 'Blackriders WordPress Theme' started by sspore520, Jun 23, 2014.

  1. sspore520

    sspore520 New Member

    Joined:
    Oct 5, 2012
    Messages:
    27
    Likes Received:
    2
    What is the CSS to remove "leave a comment" on posts? And it this universal with all Ink Themes?
     
  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.post-info {
    display: none;
    } 
    This will remove "leave a comment" text from the post of Blackriders theme.
    It is not necessary that it will work for our all themes.
     

Share This Page