REMOVE BREADCRUMB AND RETURN TO PREVIOUS PAGE LINK

This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: Malvine
    Malvine
    Participant
    April 7, 2018 at 15:08

    Hi,

    I would like to remove Breadcrumb and Return To Previous Page link from shop pages, product pages?

    How can I do so?

    the code below does not work:

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

    Regards,

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2018 at 08:33

    Hello,

    Please try to use this code:

    .single-product  .woocommerce-breadcrumb, .single-product .back-to, 
    .post-type-archive-product .woocommerce-breadcrumb, .post-type-archive-product .back-to{
        display:none;
    }

    Regards

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