I would like to get rid of the redundant kunena breadcrumbs indicated on the screenshot. Thankyou.
Hi andrewwinkler
You can add this code to your custom.css file
#kunena.layout .breadcrumb { display: none; }
Regards