Remove Breadcrumb and Return To Previous Page link

This topic has 9 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Stan Russell

  • Avatar: intelisystems
    intelisystems
    Participant
    September 30, 2015 at 21:38

    Hi,

    I would like to remove Breadcrumb and Return To Previous Page link from each page.

    How can I do so?

    Regards,

    8 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 1, 2015 at 07:22

    Hello,

    You can disable page heading in Page Settings->Page Layout.
    See screenshot: http://prntscr.com/8mfute

    Regards,
    Robert Hall.

    Avatar: intelisystems
    intelisystems
    Participant
    October 1, 2015 at 12:25

    Thank you for your reply.

    I have to do it at Page Settings->Page Layout in each individual page?

    How about Products Page like http://intelisystemstest.com/glasslock/product-category/block-canister/ and Single Product Page like http://intelisystemstest.com/glasslock/product/ip-604-glasslock-square-block-canister-16-oz/?

    Can I do it for all the pages at the same time?

    Please, contact administrator
    for this information.
    Avatar: stan
    Stan Russell
    Participant
    October 1, 2015 at 12:49

    Hello,

    please add following css code to your custom.css file:

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

    Regards,
    Stan Russell.

    Avatar: intelisystems
    intelisystems
    Participant
    October 1, 2015 at 13:04

    It works!

    Thank you

    Avatar: intelisystems
    intelisystems
    Participant
    October 1, 2015 at 13:24

    I have one more question,

    In a static page, I did disable page heading in Page Settings->Page Layout
    Then, all heading is gone.
    What I want is just to remove the breadcrum things and want to show the page title.

    When I disabled Breadcrumbm, page title is gone, too.

    How do I remove only breadcrumb and show the page title?

    Avatar: Eva
    Eva Kemp
    Support staff
    October 1, 2015 at 14:49

    Hello,

    Add this code in custom.css file:

    .breadcrumbs {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: intelisystems
    intelisystems
    Participant
    October 1, 2015 at 15:12

    Wow… It works.

    Thank you so much!!

    Avatar: stan
    Stan Russell
    Participant
    October 1, 2015 at 15:34

    Hello intelisystems,

    you are welcome! Have a nice day!

    Regards,
    Stan Russell.

  • Viewing 9 results - 1 through 9 (of 9 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.