Home Forums WordPress Themes – Premium Encounters How to remove breadcrumbs-wrapper area altogether Reply To: How to remove breadcrumbs-wrapper area altogether

#20245
Sushil Adhikari
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.