How to deactivate breadcrumbs
February 23, 2022 at 2:31 pm
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!
Replies (2)
-
February 23, 2022 at 2:31 pm
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!
-
February 24, 2022 at 6:50 am
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
-
March 14, 2022 at 6:34 pm
Thank you! Works fine.