Can't disable breadcrumbs
-
Hi!
I switched off breadcrumbs, but they are still there. Screenshots attached.
Any solutions?
Regards,
Arturs
Attachments:
You must be
logged in to view attached files.
Hello,
Our theme option disables the theme breadcrumbs, however, Woocommerce breadcrumbs are removed with custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
.single-breadcrumbs-wrapper .woocommerce-breadcrumb,
.single-breadcrumbs-wrapper .yoast-breadcrumb {
display:none;
}
Best Regards
Hello!
Oh, those breadcrumbs are made by Woocommerce? I see. Ok, thanks for suggestion.
Regards,
Arturs
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Can't disable breadcrumbs’ is closed to new replies.