1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Remove the Strikethrough in LearnDash Courses

How to Remove the Strikethrough in LearnDash Courses

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.

  1. Go to BuddyBoss > Theme Options in your WordPress admin dashboard
  2. Open the Custom Codes section
  3. Enable CSS
  4. 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;

}
  1. Click Save Changes

Note: Modifications are typically considered custom work, but we are making an exception in this case. Please review the BuddyBoss Support Policy.

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.

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

This field is for validation purposes and should be left unchanged.
This field is hidden when viewing the form

To speak to our Agency consultant, fill in the form found at our Contact Page.