Remove date, author, categories and comments from blog posts

Discussion in 'General InkThemes Discussion and Feedback' started by pamridd, Mar 26, 2015.

  1. pamridd

    pamridd New Member

    Joined:
    Feb 16, 2013
    Messages:
    11
    Likes Received:
    0
    Hi, I have poloray theme and I would like to remove the date, author, categories and comments from blog posts. I have looked at several other threads and tried the code provided in the theme custom ccs but it has not worked. Can you help please. screenshot attached
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .post .post_date {
      display: none;
    }
    .content-bar .post .post_meta {
      display: none;
    }
    .content-bar .post .post_title {
      margin-left: -85px;
    }
    Regards,
    Sameer
     

Share This Page