Home › Forums › WordPress Themes – Premium › Encounters › How to remove breadcrumbs-wrapper area altogether › Reply To: How to remove breadcrumbs-wrapper area altogether
July 8, 2014 at 10:13 pm
#20245
Moderator
I left it there when no breadcrumbs are used to help provide spacing, but you will need to do some custom CSS on the container for it which has an ID of:
#breadcrumbs-wrapper
Best way is to simply do a display: none; for that container.