Skip to main content

Here's what a forum list looks like by default in Crowdstack 1.0:

Screen Shot 2015-10-15 at 1.41.08 PM

If you want to encase each forum, topic, and survey with a border, add this CSS to your theme:

.h-ubb-directory-forum-box, .h-ubb-topic-list-box, .h-survey-list-box {
margin-bottom:10px;
}
.h-forums-list .section-box-contents, .h-topic-list .section-box-contents, .section-box-h-category .section-box-contents, #surveyListContainer .section-box-contents {
padding:0;
}
#surveyListContainer .section-box-header {
margin-bottom:10px;
}
.h-ubb-directory-forum-box {
background-color:#dfe3ee;border:1px solid #dfdfdf;padding:10px;
}
.h-ubb-topic-list-box {
background-color:#dfe3ee;border:1px solid #dfdfdf;padding:10px;
}
.h-survey-list-box {
background-color:#dfe3ee;border:1px solid #dfdfdf;padding:10px;
}


(You'll want to replace the background and border colors with your own of course.)

Here's what the same forum list looks like after applying the CSS above:

Screen Shot 2015-10-15 at 1.40.35 PM

Attachments

Images (2)
  • Screen Shot 2015-10-15 at 1.41.08 PM
  • Screen Shot 2015-10-15 at 1.40.35 PM

Add Reply

×
×
×
Link copied to your clipboard.
×