your theme already has some bbpress styling in the main theme stylesheet.
it has background:none!important;
its kind of messy just adding !important again but it did work on my end
#bbpress-forums li.bbp-header {
background: purple!important;
}
your theme already has some bbpress styling in the main theme stylesheet.
it has background:none!important;
its kind of messy just adding !important again but it did work on my end
#bbpress-forums li.bbp-header {
background: purple!important;
}