Hey @Amy,
Sorry for the trouble here. That text is likely “screen reader text”, meant to be in place for accessibility reasons so that folks with screen readers can navigate the page more easily.
I would recommend adding this CSS to the bottom of your theme’s style.css file to hide that text:
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px) !important;
position: absolute !important;
height: 1px !important;
width: 1px !important;
overflow: hidden !important;
}
I hope this helps!
Cheers,
George