Comments Eugenio started the conversationOctober 10, 2019 at 8:14pmHi Kevin,I need to remove the breadcrumb in article pages like thisone: http://ilsentieronaturale.com/prodotto/donec-nec-justo-eget-felis-3/possibly without remove the background image.I can't find the page that generate the single article page.Thank you!Eugenio 2,636Kevin repliedOctober 11, 2019 at 3:04amHi Eugenio !Please add this css property at Appearance-> customize-> Additional CSS to hide title breadcrumbs.single-product .breadcrumbs-container { display: none;}thank you Sign in to reply ...
Hi Kevin,
I need to remove the breadcrumb in article pages like thisone: http://ilsentieronaturale.com/prodotto/donec-nec-justo-eget-felis-3/
possibly without remove the background image.
I can't find the page that generate the single article page.
Thank you!Eugenio
Hi Eugenio !
Please add this css property at Appearance-> customize-> Additional CSS to hide title breadcrumbs
.single-product .breadcrumbs-container {
display: none;
}
thank you