• Hi everyone – great theme and very helpful community.

    I’m trying to remove the “Home” breadcrumb text on my homepage above first post, as well as breadcrumbs on other site sections (eg, Home » EV101). I have tried to add the following code snippets below (per Mission News Code Snippets Library) – first one for removing homepage and second one for all pages. What am I doing wrong?

    .home .post-header,
    .home .entry-header { 
      display: none; 
    }
    .singular-page .post-header,
    .singular-page .entry-header{ 
      display: none; 
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Mission News!

    The breadcrumb trail is actually a feature of the Yoast SEO plugin. If you disable it via that plugin’s settings, it will be removed from the site.

    Thread Starter jfoxev

    (@jfoxev)

    Thank you Ben! Much appreciated. Happy 4th!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! And Happy 4th to you as well!

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