remove postdate name etc.

Discussion in 'Blackriders WordPress Theme' started by stefan, Nov 30, 2014.

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

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Dear support,

    I would like to know how I can remove the date name details on posts..

    Hope you can help.

    thanks,
    Stefan
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post .post_meta {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Yogesh, this works thanks for your help.

    regards,
    Stefan
     
Thread Status:
Not open for further replies.

Share This Page