hide titlebar and Breadcrumbs
-
I’ve disabled them in all settings in the theme but they are still displaying. Is there another way?
Hello,
In order to disable breadcrumbs, navigate to the Theme Settings > Page title and disable all.
Please add this code to the Theme Settings > Custom CSS > Global to hide the Woocommerce breadcrumbs:
body .woocommerce-breadcrumb {
display:none;
}
Best Regards
Thank you very much for helping.
You are welcome! If you have any questions please feel free to contact us.
Best Regards