I have disabled the woo commerce plugins. I've tried to add ".course_curriculum .course_lesson span.free {display:none;}" to custom css, but it didn't work.
I've also tried adding below to wplms-customizer/wplms-customizer.php
"add_filter('wplms_course_credits','custom_remove_pricing',999,2);
function custom_remove_pricing($html,$course_id){
return '';
}"
I cannot give you my login information, this is an internally hosted site with no access off our network.
Ok,
If you do not want your courses to be free then edit the course and in pricing section set the free course to No.
---------------
If you only want to hide the free label from the course details widget then add the bellow custom css in your appearance->customize->custom css:
.widget .course_details>ul>li.course_price {display:none;}
--------------
If this doesn't help then please share a screenshot from where you want to hide it.
Yes, I figured out the issue. Thanks for your response.
Thanks for the update so closing the topic.