bbpress color settings

Posted in: Newspaper
Post count: 69

Hi again,

Are there any documentation of how to integrate bbpress nicely?

– I’ve setup bbpress with this theme. My question is how to control the color of text, for example description of forums ? I think it’s in <div class=”bbp-forum-content”>, now it’s hard to read (too small and grey text).

– Setting up the sign-in / login procedure I would like to avoid showing the wp-login.php is there any recommended way to do this with your theme? Any better method of using various other plugins?

Thanks for tips!

K

Post count: 22421

Hello,

1) Bbpress is tested with our theme and works properly but we do not have color options set up for the plugin. If you want to change colors you can use a custom css code where there are no options provided.
For the forum description:
#bbpress-forums .bbp-forum-content{
color:black!important;
}

2) Sorry but we have not tested any alternative ways for this.

Thank you!

Post count: 69

Thanks Bogodan, yes your theme works fine with phpbb and the provided code solved the problem with the description of the forum.

Last problem is that the “Started by: user” is way to large. I’ve tried to set it

I’m trying to set it using this css but the size won’t change.. could it inherit the size from somewhere else? How can I fix it?

.bbp-topic-started-by{
font-size: 8px;
font-weight:400;
}

.bbp-author-name{
font-size: 8px;
font-weight:400;
}

The URL is:
spania[dot]no/forum/spaniaforum/eiendom-i-spania/

Post count: 22421

Hello,

Try to use this code:
#bbpress-forums .bbp-topic-started-by{
font-size:10px!important;
}

Thanks.

Post count: 69

Thanks again!

Problem solved 🙂

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