Header Breadcrumbs - by EAferi - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Robert Hall

  • Avatar: EAferi
    EAferi
    Participant
    December 24, 2014 at 16:28

    Hello!

    I was given a custom CSS code to get rid of the breadcrumbs in my header.
    The code worked but stopped working after updating to the newer theme version.
    The code I was given was
    .page-heading{display:none;}

    4 Answers
    Avatar: EAferi
    EAferi
    Participant
    December 24, 2014 at 16:29

    Also, the Custom CSS option is enabled in the Theme Options

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 24, 2014 at 16:41

    Hello,

    This code can hide all content with breadcrumbs include title and previous page button. Do you want this or only hide breadcrumbs?

    Regards,
    Robert Hall.

    Avatar: EAferi
    EAferi
    Participant
    December 25, 2014 at 09:45

    Yes, Only breadcrumbs.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 25, 2014 at 10:08

    Hello,

    Try to add following code into custom.css file.

    .woocommerce-breadcrumb, .breadcrumbs{
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

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

The issue related to '‘Header Breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses

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