Remove date, comment, posted by and leave comment area

Discussion in 'GoldenEagle WordPress Theme' started by designstouch, Sep 16, 2014.

  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team Members,

    How can I remove the posted by date, comments and disable the comments?

    Thanks!
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following css code in Custom CSS to remove that items.
    Code:
    .content-bar .post .post_meta {
    display: none;
    }
    #commentsbox {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page