Introduction
LearnDash applies a strikethrough style to completed lessons, topics, and course items by default. You can remove this visual effect using a small CSS snippet so completed content appears the same as unfinished items. This guide explains how to remove the strikethrough in LearnDash courses.
Custom Workaround
Before proceeding, make sure you have a complete site backup.
- Go to BuddyBoss > Theme Options in your WordPress admin dashboard
- Open the Custom Codes section
- Enable CSS
- Add the following CSS code:
.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title > span:first-child,
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item
a.ld-table-list-item-preview.learndash-complete .ld-topic-title,
.bb-completed-item {
text-decoration: none;
}- Click Save Changes
Troubleshooting and FAQs
Q: The strikethrough is still showing.
A: Clear your site cache and browser cache, then reload the page.
Q: Will this affect course completion status?
A: No. This only changes the visual style, not completion tracking.
Q: Can I restore the strikethrough later?
A: Yes. Remove the CSS code and save your changes.