Here’s the issue. We don’t want this top navigation part, called breadcrumbs, displaying.
It’s easy to remove with a line of custom css. Go to Appearance / Theme Options / Custom CSS and add this code.
.breadcrumb{
display:none;
}
Then, you should no longer see your breadcrumbs!