[Resolved] Remove breadcrumb in posts

Home Forums Support [Resolved] Remove breadcrumb in posts

Home Forums Support Remove breadcrumb in posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #281414
    Jean-Luc Brigot

    Hi,

    Please do you know how to remove the breadcrumbs appearing at the bottom left of this page (just a above the footer widget area)?
    < Brut 204
    > Rosé Royal

    http://www.champagne-lete-vautrain.fr/demi-sec/

    Thanks,
    Jean-Luc

    #281454
    Tom
    Lead Developer
    Lead Developer

    You can do this:

    .post-navigation {
        display: none;
    }

    In your case, you may be better off with this:

    footer.entry-meta {
        display: none;
    }
    #282014
    Jean-Luc Brigot

    Hi Tom,

    YES, it works, many many thanks.

    But please just a question: I don’t remember have seen before this kind of breadcrumb with your theme (the best one!) and beaver builder plugin in others sites I deployed.

    In fact I believed I missed something in the settings and not need to apply a “display: none;

    kr, Jean-Luc

    #282208
    Tom
    Lead Developer
    Lead Developer

    Those display by default, however I do need an option to remove then in the Blog add-on. I’ll add it to my list of to-dos 🙂

    #282255
    Jean-Luc Brigot

    Thanks 🙂

    #282555
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.