How to delete “by author”?

  • Unknown's avatar

    Hi again. Pretty much the last thing I’m trying to do is delete the “By andrewgiordano” link and the light-grey colored frame it is in, that is above every page. My wordpress is http://www.andrewgiordano.net. I would just prefer it not be there at all if it’s possible. Any help to delete it or at least make it look less prominent would be great. Thanks anyone!

    Is this the code to be edited?:
    .chronodata {
    background: url(‘images/time.png’) left center no-repeat;
    padding: 2px 0px 2px 20px ;
    }

    .authordata {
    background: url(‘images/author.png’) left center no-repeat;
    padding: 2px 0px 2px 20px ;
    }

    .commentslink {
    background: url(‘images/comment.png’) left center no-repeat;
    margin: 0px 5px;
    padding: 2px 0px 2px 20px;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Add this to the custom CSS:

    .page-meta {
    display:none;
    }
  • Unknown's avatar

    Thanks thesacredpath! Worked like a charm. Really appreciate it. Thank you.

  • The topic ‘How to delete “by author”?’ is closed to new replies.