Remove breadcrumbs - by lashjoy - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler

  • Avatar: lashjoy
    lashjoy
    Participant
    February 23, 2017 at 22:05

    Hi,

    Can I adjust the woocommerce breadcrumbs to remove the current page, so the current page is only shown in the heading below.
    https://www.8theme.com/demo/woopress/boxed/?product=fashion-demo

    Home / ACCESSORIES / FASHION DEMO NEW
    FASHION DEMO NEW
    Return to Previous Page

    Only leave the title FASHION DEMO NEW

    Thanks in advance!

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 11:26

    Hello,

    You can add this code in Custom CSS:

    .woocommerce-breadcrumb {
        display: none;
    }
    .back-history {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: lashjoy
    lashjoy
    Participant
    March 1, 2017 at 00:35

    Hi Rose,

    and thank you for your response! Sorry for my mistake, actually I only want to show the breadcrumb:
    Home / ACCESSORIES / FASHION DEMO NEW

    and hide the page/product/post title (FASHION DEMO NEW).

    Can you please help in this direction? thanks again!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 2, 2017 at 10:43

    Hello,

    Could you please show a screenshot for better understanding?

    Regards,
    Rose Tyler.

    Avatar: lashjoy
    lashjoy
    Participant
    March 2, 2017 at 16:04

    Hello Rose,

    Here is the screenshot, we only want to keep the breadcrumb:

    Home / Portfolio

    and remove the title below the breadcrumb: PORTFOLIO

    Regards,
    LashJoy

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 2, 2017 at 16:10

    Hello,

    In this case, use this code, please:

    .page-heading .title {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: lashjoy
    lashjoy
    Participant
    March 2, 2017 at 17:34

    Hi again,

    Thanks for your quick reply. Please see the screenshot, for some reason breadcrumb is not showing on product pages, only on pages.

    Regards,
    LashJoy

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2017 at 09:43

    Hello,

    Could you please provide wp-admin access in Private Content so we could check it?

    Regards,
    Rose Tyler.

    Avatar: mothpre
    mothpre
    Participant
    March 4, 2017 at 04:11

    I am trying to use this code but it does not work to remove page title under header

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 6, 2017 at 13:41

    Hello, mothpre,

    Seems your header title is disabled already http://prntscr.com/egnlsu
    Is your issue solved?

    Regards,
    Rose Tyler.

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.