BBPress Editor Looks Messed Up With Newspaper

Posted in: Newspaper
Post count: 108

I have enabled the Tiny editor on BBPress and it looks weird. I have tried to solve this for a month but can’t fix this.

I have disabled all plugins still the problem remains. When I switch to another theme the problem is solved.

Please advice?

Post count: 108

anyone?

Post count: 20688

Hi,

I get this result when enabling the Visual tab
https://www.screencast.com/t/rkicbglHQfwN
There is a problem with the buttons margin it seems, a code like this solves that problem
https://www.screencast.com/t/jRqy7IrMsj4E

#bbpress-forums .mce-toolbar .mce-btn button {
margin-bottom: 0;
}

Thanks

Post count: 108

I don’t like the color. I wish I could change that.

Post count: 20688

Hi,

The color and hover could be changed like this
https://www.screencast.com/t/tVVV9XOx
Change the colors as you like in the code

#bbpress-forums button {
background: none red;
}
#bbpress-forums button:hover {
background-color: yellow;
}

Thanks

Post count: 108

Thank you very much You were more than helpful! Thanks and merry christmas.

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