If you’re not using one of LearnDash’s payment methods, but you still want to display a price on your course pages, it might be defaulting to “USD.” But if you’re selling in another currency, this is misleading. Thankfully, there’s an easy way to remove the “USD” prefix before your LearnDash course price.
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-currency {
display: none;
}
This will remove whatever currency is displayed before the value that you enter into the price field in the LearnDash course settings.