Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    It looks like your current breadcrumb trail is being generated by WooCommerce. It depends on your them on how you move to using Breadcrumb NavXT (it may automatically switch when Breadcrumb NavXT is installed and activated, you may have to change a setting in the theme, or you may have to modify a theme file to call bcn_display()).

    Once you are using Breadcrumb NavXT, to ensure “shop” does not appear in the breadcrumb trail, navigate to the Breadcrumb NavXT Settings page. Under the Post Types tab, look for the Product post type. Make sure that “Root Page” is set to “-Select-” and “Archive Display” is not checked. Press the “Save Changes” button at the bottom of the page after making any changes.

    Thread Starter cupflppr

    (@cupflppr)

    i cant figure this out. all the settings you mentioned were already set correctly and the theme developer has no advice for me.

    all i could do was find code to completely hide the entire breadcrumb, which did work, but i do want SOME path to be visible, bust not the word SHOP

    .woocommerce-breadcrumb {
    text-align: left;
    font-size: 0.6875rem;
    margin-bottom: 0.3125rem;
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove /shop/ from breadcrumb’ is closed to new replies.