I added this to my child style.css to successfully turn off the title bars on the Ambition Premium site:
.page-title-wrap {display : none; }
Next, I added a PromoBox widget to my “Our Team” page:
http://framella.com/our-team/
Then, I installed Breadcrumb NavXT, but I’m unsure how to add it to the PromoBox on “Our Team”, like you have on your demo site:
https://www.themehorse.com/preview/ambition-pro/our-team/
Breadcrumb NavXT’s website suggests adding this PHP to the header.php file for WordPress websites:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
I haven’t done this (yet), but it seems like I should have a shortcode or some additional code that lives within the PromoBox.
What else do I need to do?
Thanks and regards,
Todd