Forums
Forums / Plugin: LearnPress - WordPress LMS Plugin for Create and Sell Online Courses / Breadcrumb
(@electrakittie)
5 years ago
How remove breadcrumb on course page?
(@marbaque)
4 years, 10 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; }
The topic ‘Breadcrumb’ is closed to new replies.