PenciDesign replied
Staff Reply
Hi,
Yeah, we've added supports for display breadcrumbs for all single post templates.
If you want to hide it on your single post, you can add more this code to Customize > Custom CSS:
.single.penci-body-single-style-5 .container.penci-breadcrumb,
.single.penci-body-single-style-6 .container.penci-breadcrumb{ display: none; }
Best Regards,
PenciDesign