Home › Forums › Basel support forum › How to hide breadcrumbs How to hide breadcrumbs This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 11, 2016 at 12:43 am #3727 ginhimParticipant Hey there, How can I hide the breadcrumbs on the product detail pages? I tried this code, pasted it in the global custom CSS section but it didn’t work. .page-title .entry-header .breadcrumbs { display: none; } Thanks! September 11, 2016 at 10:26 am #3739 Artem TemosKeymaster Hi, Here is the right code snippet to hide breadcrumbs on the single product page .single-breadcrumbs-wrapper .woocommerce-breadcrumb { display: none; } Regards September 11, 2016 at 11:45 am #3763 ginhimParticipant Thanks that worked. How do I hide the grey background and arrows that were in the breadcrumb strip on the product pages too? September 11, 2016 at 1:02 pm #3775 Artem TemosKeymaster Use this code .single-breadcrumbs-wrapper { display: none; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register