Remove "author, category and comments off" from posts

Discussion in 'Blackriders WordPress Theme' started by sblais10, Dec 16, 2015.

  1. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Hello,

    I'm using BlackRider theme and would like to remove the author, category and "comments off" from below the title of my blog posts (on home page and on blog pages)

    I would like to keep the date however.

    Would appreciate your help.

    Best,

    Steve
     
  2. priya

    priya Guest

    Hello Steve,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post .post_meta .posted_by, .post .post_meta .post_category, .post .post_meta .postc_comment{
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page