Hello, unfortunately breadcrumbs have activated on my site either during the last updates or with changes I made.
Now I don’t find the option to deactivate them.
Can anyone help? Thanks in advance!
Hello, unfortunately breadcrumbs have activated on my site either during the last updates or with changes I made.
Now I don’t find the option to deactivate them.
Can anyone help? Thanks in advance!
Hi Sven
Thanks for reaching out
Just try the following CSS
.bread-crumb {
display: none;
}
Copy & Paste it in Appearance -> Customize -> Additonal CSS
Best Regards
Thank you! Works fine.