Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #207385

    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:

    null
    As you can see it does not match theme colors.

    May anyone can provide some custom css for this issue?

    Thanks.

    #207471

    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

    #209451

    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;
    }
    #209484

    Hey!

    Glad you fixed it! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Style from Bbpress’ is closed to new replies.