Is it by anychance possible to deactivate categories? I would like not to display them on product detail page as it shows here category uncatgorized. Also the breadcrumb to follow Home -> shop -> product name rather than home-> category-> product name
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Hello!
Is it by anychance possible to deactivate categories? I would like not to display them on product detail page as it shows here category uncatgorized. Also the breadcrumb to follow Home -> shop -> product name rather than home-> category-> product name
Attached files: Screenshot 2025-01-22 at 14.38.26.png
Hi there,
Thank you for getting in touch.
Please share your site URL so we can check this out and advise.
We look forward to your reply.
Thanks,
https://subcapac.ro/?woo-share=O8CCkowv7b4CShVtb0wwufAiAnjlbzlM
Hi again,
Thank you for getting back to us.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Alternatively, you can try to solve this issue as instructed in this stack overflow forum https://stackoverflow.com/questions/66461448/how-to-remove-product-categories-from-breadcrumb-on-woocommerce-product-page#:~:text=If%20you%20want%20to%20remove,can%20use%20the%20woocommerce_get_breadcrumb%20hook.&text=The%20code%20has%20been%20tested,PHP.
Try this and let us know how it goes.
Thanks,
It worked! Thank you so much!