@cinderalla
10 years, 7 months ago
Figured it out 🙂 For anyone else trying to move breadcrumbs, here’s what I did.
In stylesheet added #bbpress-forums div.bbp-breadcrumb { display:none; }
#bbpress-forums div.bbp-breadcrumb { display:none; }
In my bbpress.php file added <div class="breadcrumbs"><?php bbp_breadcrumb(); ?></div>
<div class="breadcrumbs"><?php bbp_breadcrumb(); ?></div>