Comments walibuy started the conversationNovember 14, 2019 at 8:08pmHi, I'd like to add a filter on functions.php (Child) in order to hide "Products" on Breadcrumbs. How can I proceed ? Thanks, 675Neuron repliedNovember 15, 2019 at 3:44pmHi,Unfortunately there isn't any filter to remove that, but you can do that by adding the following CSS in Appearance > Customize > Additional CSS. .single-product .m-breadcrumb-nav__item:nth-child(3),.single-product .m-breadcrumb-nav__item--separator:nth-child(2) { display: none !important;} Feel free to ask for anything you need.Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
Hi,
I'd like to add a filter on functions.php (Child) in order to hide "Products" on Breadcrumbs.
How can I proceed ?
Thanks,
Hi,
Unfortunately there isn't any filter to remove that, but you can do that by adding the following CSS in Appearance > Customize > Additional CSS.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.