BBPress Forum Topic Background Color

Posted in: Newspaper
Post count: 14

Hi,

how do I change the BBPress Forum Topic Background Color? It is black now but I would like to change it.

Thanks, bye, Sebastian

Post count: 20688

Hi,

You could try a code like this for example
https://www.screencast.com/t/xKwwd8KL2x
https://www.screencast.com/t/RdtSdPqv57t
The cdeo must be entered in Theme panel->Custom CSS (the color can be changed to what you want)

#bbpress-forums li.bbp-header {
background-color: red;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.