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!
Private Content Hidden
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!