Tips to remove breadcrumb from blogger post
Step 1 Log in to your Blogger Account and Go to your Blogger Dashboard
Step 2 Click on Now click on -> Template -> Edit HTML
Step 3 Now find the </b:skin>
To hide breadcrumbs from your blog.Just paste this code above/before </b:skin>
.breadcrumbs{display:none !important;}
or
.breadcrumb{display:none !important;}
if you still want to display the breadcrumbs than simple remove the added code .breadcrumbs{display:none !important;} and save the template