Remove 'Post by' Box

by 3 replies
4
Hi,

I'm using the 2011 theme in . How do I remove the 'post by' box below the blog posts? I don't mind having the line 'post by Greg Chow' but I'd like to remove the huge post box that shows my avatar. It's taking up too much space. Help!


Regards
wishiwoo
#website design #box #post #post by box #remove #wordpress
  • Your link doesn't work but you can try to add this CSS code to your custom CSS:

    Just replace the "ELEMENT" with the "post by's" ID which can be found in the source code.

    I could have helped you more if the link had worked.
    • [1] reply
  • Add this line to your stylesheet (style.css):

    Code:
    .wp-about-author-containter-top{display:none}
    Also, I noticed that there is some javascript at the bottom of your stylesheet (appears to be your google analytics code). You'll need to place that code in a .js file or inside <script> tags outside the .css file in order for it to work properly.

Next Topics on Trending Feed

  • 4

    Hi, I'm using the 2011 theme in Wordpress. How do I remove the 'post by' box below the blog posts? I don't mind having the line 'post by Greg Chow' but I'd like to remove the huge post box that shows my avatar. It's taking up too much space. Help!