Post details

Discussion in 'Blackriders WordPress Theme' started by vnalini, Dec 25, 2013.

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

    vnalini Member

    Joined:
    Dec 2, 2013
    Messages:
    61
    Likes Received:
    4
    Hello again,

    I am building this web www.akademipintar.com and I need to remove this info as u can see in the attached pict. Please help to guide me.

    Thank you.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .home .post .post_meta {
    display: none;
    }
    
    This will solve your issue.
     
  3. vnalini

    vnalini Member

    Joined:
    Dec 2, 2013
    Messages:
    61
    Likes Received:
    4
    Thank you, sorry to bother you again but now when I click to said the post, the same detail appears in the article. Please see attached.
    I should have asked this earlier itself. Apologies. Do help. Thank you.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .post .post_meta {
    display: none;
    }
     
  5. vnalini

    vnalini Member

    Joined:
    Dec 2, 2013
    Messages:
    61
    Likes Received:
    4
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page