can you post a url to an example and say what you would like to be different
ok, you will need to modify
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply
make a copy of this file, and put in in a directory called bbpress within your theme, so you end up with
wp-content/%your-theme-name%/bbpress/loop-single-reply
If you know any coding you basically need to take out the div bbp-reply-author, and further up after the date add the author name
If you don’t know how to do any of that come back and I’ll try to help, but I have limited time to customise bbpress for individuals 🙂
hi Robin thank you for your help
I have few question here hope you can help me
see image i attached
http://ww.168nyc.com/wp-content/uploads/2014/07/help8-1024×701.jpg
I solve the problem
I find in my child css
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
margin-left: 20px; // here what you need change it was 130
padding: 12px 12px 12px 0;
text-align: left;
}
great – glad you’re fixed !