Okay
  Public Ticket #2215133
I'd like to hide "Products" in breadcrumbs
Closed

Comments

  • walibuy started the conversation

    Hi, 

    I'd like to add a filter on functions.php (Child) in order to hide "Products" on Breadcrumbs. 

    How can I proceed ? 

    Thanks,

  •  675
    Neuron replied

    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.

    .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.