Hide meta data from under each post

Discussion in 'RoadFighter WordPress Theme' started by dmedia, May 1, 2016.

Thread Status:
Not open for further replies.
  1. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    http://psi.dmediasites.com/blog/
    http://psi.dmediasites.com/scholarship-applications-deadline-march-31-2016/

    Is there a way to remove the words "
    Comments Off
    on Scholarship Applications Deadline – March 31, 2016
    " in the meta data below each post, on both the blogroll page and the individual blog post page?

    I already am hiding the date from displaying, but I'll turn that back to visible if I can get rid of this long wordy meta data. I don't mind if it says comments on or comments off, but does it have to repeat the post title again? Or if possible hide the whole thing: comments on/off and the post title.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To remove meta data below each post, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_meta .post_comment {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    That did resolve it. Thank you Priyanka!
     
  4. priya

    priya Guest

    You're welcome..:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page