Hi Nicholas,
Thanks for reaching out with your Crio Pro WordPress theme questions!
What you’re seeing on your page is the product breadcrumb. You can remove these tags with some custom CSS.
From your WordPress Admin visit Appearance > Customize > CSS/JS Editor and add this bit of CSS:
.palette-primary .breadcrumb {
display: none !important;
}
I hope this helps! Please let us know if you have any other questions for us!