Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Removing posts authors avatars…?


r-a-y
Keymaster

@r-a-y

Can you be specific?

Are you talking about the blog author on the left hand side of the blog entry?

If so, copy over /bp-themes/bp-default/single.php to your child theme and remove the “author-box” div.

Then in your CSS to remove the left margin, do this:

div.post div.post-content {margin-left:0 !important;}

Skip to toolbar