The title section is not closed, which causes the body to have the title background image.
in bbpress.php
instead of
<section id="title">
should be
<section id="title"></section><section>
Yep this is also an issue with the modern theme .
But the fix is :
Goto wp-content/themes/wplms_modern/bbpress.php file .
remove the ' id="title" ' from the section container .
so the line <section id="title">
will become <section >
refer : http://prntscr.com/a29p1w