Can't remove comments and date in blog

Discussion in 'BusinessGrow One Page WordPress Theme' started by rsjhunter, Apr 21, 2014.

  1. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    on this theme i do not have a place in the post to uncheck comments or dates but at the top of the dashboard under screen options there is a place to uncheck them. I did uncheck but they still show up.

    unless i need to flush my cache it's not working when I uncheck.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     li.day, li.month, li.year{
    display:none;
    }
    .post_comment {
    display: none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    okay that worked forgot to mention how to take off author also.

    zerochlorine.com
     
  4. 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:
    li.posted_by {
    display: none;
    }
     
    This will solve your issue.
     

Share This Page