Remove "Free" From Courses

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove "Free" From Courses

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #94146
    acdagenhart
    Spectator
    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.  
    #94153
    acdagenhart
    Spectator
    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.
    #94258
    H.K. Latiyan
    Participant
    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.
    #94301
    acdagenhart
    Spectator
    Yes, I figured out the issue. Thanks for your response.
    #94322
    H.K. Latiyan
    Participant
    Thanks for the update so closing the topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove "Free" From Courses’ is closed to new replies.