Hello,
I would like to remove the white border beneath the breadcrumbs bar on my site.

I searched the forums here and found other people asking the same question. So I implemented what I believe is the correct method. I put in the following CSS in the Global CSS in the Customizer:
.x-breadcrumb-wrap {
border-bottom: none !important;
}
But unfortunately this did not work — the white breadcrumbs border is still there. Please let me know how I might get rid of the border in an alternate way. Thanks!