Remove Author from Post Bar

Discussion in 'BlogsTrend WordPress Theme' started by bwdaugherty, Aug 25, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would liek to remove the author field from the post bar on both the homepage and individual blog pages. I attempted to try the following css style change but it didnt work. Please advise.

    .blog .post .post_meta .author {
    display:none;
    }
     
  2. Yogesh

    Yogesh Guest

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

    Use following CSS in Custom CSS to hide author field.
    Code:
    .blog .post .post_meta li.admin {
    display: none;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page