Does anyone know how to change the style from bbpress plugin? I use the predefinies black sytel from enfold theme but bbpress is not easy readable:
As you can see it does not match theme colors.
May anyone can provide some custom css for this issue?
Thanks.
Hi Chris!
Can you post the link to your forum page so we can inspect elements on it to provide you custom CSS code?
Cheers!
Yigit
No i cant, this site is non public, sorry.
But i was able to fix that with following css code
.main_color .bbp-author-name {
color: #000000;
}
.main_color .bbp-topic-title {
color: #000000;
}
.main_color .bbp-topic-voice-count {
color: #000000;
}
.main_color .bbp-topic-reply-count {
color: #000000;
}
.main_color .bbp-forum-info {
color: #000000;
}
.main_color .bbp-forum-topic-count {
color: #000000;
}
.main_color .bbp-forum-reply-count {
color: #000000;
}