how to not show section in blog pasts area on home page

Discussion in 'Blackriders WordPress Theme' started by sandradohn, Mar 10, 2017.

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

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I want to not show the author etc part on blog entries that are displayed on the home page. How do I do this? I have attached a screen shot. The website is hollywoodreviewvieo.com

    Thanks, Sandra
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    It seems you don't want to display that information on home page.

    For this, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .post .post_meta{
    display:none;
    }
    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Great. Thanks, Sandra
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page