thank-you, you want to see a awesome forum, look here
http://www.itinerantangler.com/blog/board/forums/
zach was kind enough to share his css with me on this thread
Fly-Fishing Site
so I copied and pasted it into my themes custom css and tried it, some things worked well, some things didn’t with my theme, so it got me thinking, since I know pretty much nothing about css, I started looking at other bbpress forums and just started inspecting elements to see how they got the affect that I liked, I spent about two weeks doing this, here is the css I ended up with and I use that loop-forums on the other thread, not sure why it’s giving errors for you, I found another example of a loop-forums I found and tested on my staging server and it is pretty close to what you want I think, the link for that is on the other thread
.single .entry-title { display: none; }
.entry-title { display: none; }
div.bbp-template-notice.info {
border: #B6A9A6 1px solid;
background-color: #f0ead6;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #fbfbfb;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: #fff;
}
/* =Breadcrumb and Tags
-------------------------------------------------------------- */
div.bbp-breadcrumb {
float: none;
display:block;
border: 1px solid #e4e4e4;
padding:9px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #f5f5f5;
}
div.bbp-breadcrumb p{
margin:0 !important;
}
.bbp-breadcrumb a{
position:relative;
}
.bbp-breadcrumb a:before{
border-bottom: 20px solid rgba(0, 0, 0, 0);
border-left: 18px solid #E1E1E1;
border-top: 20px solid rgba(0, 0, 0, 0);
content: " ";
display: block;
height: 0;
left: 100%;
margin-left: -7px;
margin-top: -19px;
position: absolute;
top: 49%;
width: 0;
z-index: 1;
}
.bbp-breadcrumb a:after{
border-bottom: 20px solid rgba(0, 0, 0, 0);
border-left: 18px solid #F5F5F5;
border-top: 20px solid rgba(0, 0, 0, 0);
content: " ";
display: block;
height: 0;
left: 100%;
margin-left: -8px;
margin-top: -19px;
position: absolute;
top: 49%;
width: 0;
z-index: 1;
}
a.bbp-breadcrumb-home,
a.bbp-breadcrumb-root,
a.bbp-breadcrumb-forum,
a.bbp-breadcrumb-search,
span.bbp-breadcrumb-current {
display: inline-block;
line-height: 20px;
padding: 0 10px;
font-size: 1em;
color:#818181;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: 12px;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
margin-bottom: 10px
}
div.bbp-topic-tags {
float: right;
}
div.topic-author-displayname,
div.reply-author-displayname {
color: #EB4B00;
font-size: 16px;
}
.user-id-1 div.topic-author-displayname,
.user-id-1 div.reply-author-displayname{
font-weight: bold;
}
/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form legend {
padding: 5px;
}
#bbpress-forums fieldset.bbp-form label {
margin: 0;
display: inline-block;
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
width: 100px;
}
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
margin: 0 0 8px;
}
form#bbp-your-profile fieldset.submit {
border: none;
}
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
width: 98%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
textarea#bbp_forum_content {
height: 210px;
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
width: 200px;
float: right;
clear: none;
margin-left: 25px;
}
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
margin-right: 0;
padding: 10px;
border: 1px solid #ddd;
line-height: 0;
background-color: #efefef;
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
font-size: 10px;
background-color: #f0fff8;
border: 1px solid #CEEFE1;
display: block;
padding: 8px;
margin-top: 5px;
width: 369px;
}
.form-allowed-tags code {
background: #bcd7f3 !important;
font-size: 11px !important;
border: none !important;
width: auto !important;
color:#333 !important;
white-space: normal !important;
}
#merge_tag,
#delete_tag {
display: inline;
}
div.bbp-submit-wrapper {
margin-top: 15px;
float: left;
clear: both;
}
#bbpress-forums div.odd,#bbpress-forums ul.odd {
background-color: #f3f3f3;
}
#access {
background: #D9D9D9;
padding-left: 0 !important;
padding-right: 0 !important;
}
#bbpress-forums li.bbp-header {
background: #D9D9D9;
border-top: none !important;
width: 99%;
border-bottom: 1px solid #d3d3d3 !important;
}
#footer-area {
background: #D9D9D9;
}
.bbp-footer {
background: #D9D9D9;
}
#bbpress-forums li.bbp-header {
font-size: 1.3em;
}
.bbp-topic-title {
font-size: 1.1em;
}
.widget_display_topics .bbp-author-avatar { display: none ! important; }
.bbp-topic-freshness-author .bbp-author-avatar { display: none ! important; }
blockquote:before {content: β\275dβ; color: #555; font-size: 15px; width: 15px; height: 15px; line-height: 15px; margin-left: -70px; margin-top: 10px; float:left; }
#bbpress-forums div.bbp-reply-header {
background-color: #afafaf;
}
.bbp-admin-links a {
color: #00548c !important;
}
.bbp-admin-links a:hover {
color: #d54e21 !important;
}