Hide or remove author box

Discussion in 'BlogsTrend WordPress Theme' started by matthew.cybert, Oct 10, 2013.

  1. matthew.cybert

    matthew.cybert Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hi,
    how can i hide or remove the author box (the one that is saying "About [authorname]") on the bottom of each post?
    Thanks, Matthew
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .author_box {
    display: none;
    }
     

Share This Page