Hello albumruber,
You can hide it via css. Add below css code into your current active child theme’s style.css file or you can add it additional css option into theme customizer.
/**** Remove From Pages and Blogs ****/
#crumbs {
display: none;
}
/**** Remove Only From Pages ****/
body.page #crumbs {
display: none;
}
Hope this will helps you.
Thanks !
Thanks you this helped me!
@albumruber Good to see that our provided solution worked for you. Can you please mark as “Accepted Solution” to make my put in efforts worth