Tagged: breadcrumbs
Hi there,
I have to use the breadcrumb like this
Sie befinden sich hier: Startseite / Gewerbliche Ausbildung / Mechatroniker/in
the “Gewerbliche Ausbildung” does not exist and I use it only for structuring content. Is there a way to address “Gewerbliche Ausbildung” and disable the link.
It is always the second part in the breadcrumb which I have to disable.
thanks a lot for your help
Hi flippingrocks!
Is that a category? A parent page? Go ahead and send us a link to your page so we can take a look.
Cheers!
Elliott
Hi Elliott,
thanks for your help – actually it is neither a category nor a parent page but rather a text-link for the mega-menu (go to the mega-menu on “Ausbildung in the main navi) which got disabled by css to be clickable.
Pls see the login details below
thanks a lot
Hey!
this is not an admin account. Let us know when we can access your backend as administrator.
Best regards,
Andy
sorry – you are an admin now
thanks
Hi!
It seems like you have removed it from your breadcrumbs as i see it as “Sie befinden sich hier: Startseite / Mechatroniker/in”. If you removed it temporarily and would like to have it back and disable the link, please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-portfolio .breadcrumb-trail a:nth-child(3) {
pointer-events: none;
}
Cheers!
Yigit
Hi Yigit,
thanks for your help – this solved it for me