This topic has 4 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Rose Tyler
Could you guide me how to leave breadcrumbs appear on the product page?
He is marking as active in the theme options, but does not appear on the page.
thanks
Hello,
You can add this code in Custom CSS:
.single-product .bc-type-1 {
display: block;
}
.single-product .page-heading .title {
display: block;
}
Regards,
Rose Tyler.
Thanks Rose!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses