• Closed
  • Emilio P
    Spectator
    November 16, 2015 at 1:38 pm #22091

    Hi,

    I am trying to disable/turn off the breadcrumbs for my blog posts. I want to keep them for regular pages, that is why I am not unclicking the box on Theme Options that enables/disables breadcrumbs for the entire theme.

    The reason why I’m doing this it is because I just installed the Events Manager plugin and the single event pages shows weird breadcrumbs (http://lacuriosidaddelviajero.com/events/semana-gastronomica-del-arroz-caceres-capital-gastronomica/) that I want to remove and the plugin settings don’t let me do it.

    Thanks,

    Emilio

    Denzel Chia
    Moderator
    Posts: 2656
    November 17, 2015 at 8:07 am #22109

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .single .breadcrumbs {
    display: none !important;
    }

    Thanks!