Hello I want to remove the breadcrumbs from a specific page because it is interfering with SEO.
Last time I was given this code, which is for courses only.
.single-course div#item-header-content ul.breadcrumbs {
display:none;
}
span.vibebp-login {
background: none;
}
Now I need to remove the breadcrumbs from these pages
https://tsaloa.com.mx/
https://tsaloa.com.mx/capacitacion/
Thanks!