How to change Details term on Course page

Home Forums Legacy Support Support queries How-to & Troubleshooting How to change Details term on Course page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #366029
    cofiniferdinando
    Participant
    Hello there, I would like to change the term "details" below each unit in the course page, as shown here --> https://prnt.sc/1e9phfy I do not find the string in Loco translate... Can you help me find it? Thank you in advance, Ferdinando
    #366190
    Veronica
    Moderator
    hi yes this is not available in the translation section as this is an link you can translate this using this custom JQuery:
    <script>
     jQuery(document).ready(function($){
          setTimeout(function(){
            $("li.course_lesson span.item_title a.curriculum_unit_popup.link ").text("Login");
          },3000);
    })
    </script>
    
    refer: https://prnt.sc/1eohgvm add the code in wplms>>footer>>google analytics code then check
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change Details term on Course page’ is closed to new replies.