You can use the Yoast plugin to display breadcrumb!
wp-dashboard –> Yoast –> search appearance –> breadcrumbs and then aticate it.
later on you will have to add a code to header.php
Try this
.post-type-archive-forum p {
display: none ;
}
This may help you.