Hi there,
I’m trying to remove the breadcrumbs on just my Blog page, and the CSS I am using for every other page on the site doesn’t work for the Blog for some reason. This is the page - https://dylanhbrown.com/mission-journal/
This is the CSS I am using:
.page-id-14 .x-breadcrumb-wrap {
display: none;
}
Can you help me figure out why this isn’t working?
Thank you!

