Home / Technical how to / Remove breadcrumbsRemove breadcrumbs 2903 views You can remove breadcrumbs globally with this css element (add in Theme options – Design – Custom css) or in child theme – style.css.breadcrumb_container, .breadcrumb { display: none; }