Forums
Home / Plugin: LearnPress - WordPress LMS Plugin / Breadcrumb
(@electrakittie)
3 years, 5 months ago
How remove breadcrumb on course page?
(@marbaque)
3 years, 3 months ago
If there is a child theme, the breadcrumbs can be removed from the template file. Or you can just add some css to hide the breadbrumbs, like this:
.learn-press-breadcrumb { display: none; }