Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Hide Breadcrumbs

What would the CSS to hide the Breadcrumbs be?

Comments

  • mtschirsmtschirs ✭✭✭
    edited August 2015

    .Breadcrumbs { display:none !important; }
    You might be able to leave out the !important...

  • Perfect! Thanks!

Sign In or Register to comment.