can you define what you mean by ‘breaking my theme’ please
Just as appearance. When I test in localhost again I will take its screenshot and send you.
I did with css lastly. Thanks again for this great plugin. Just I couldn’t solve to adjust Forum/Topic Header and Footer’s color separately. Is there any way?
there’s always a way, but only so much time I can devote – if I get a moment, I’ll take a look
so do you want
1. forum header and footer color A and topic header and footer color B or
2. both headers color A and both footers color B ?
2nd (headers’ color:color 1, footers’ color:color 2),
but I don’t want you to spend too much time, you’ve been very helpful already.
waiting for an email from someone else, so playing with this – this should work
#bbpress-forums li.bbp-header {
background-color: blue;
}
#bbpress-forums li.bbp-footer {
background-color: green;
}
if you put this in
dashboard>settings>bbp style pack>custom css
then it will exceute at the right point
let me know if it doesn’t work
I tested your codes working without problem. By the way I didn’t use header color. Just footer enough because inside “forum index styling” changing already.
Sincerely thanks Robin, have a good day.