Give target="_blank"

Home Forums Legacy Support Support queries Styling issues Give target="_blank"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179549
    wifethecompany
    Spectator
    Hi, I want to give target="_blank" to instructors link on course taking page https://imgur.com/x13eSIH Let me know which page is in the backend i will change it.4 Regards,
    #179633
    Diana
    Participant
    @wifethecompany Use this jquery and paste this in wp-admin > WPLMS > Footer > Google Analytics Code > Save changes <script>   jQuery(document).ready(function($){   $('.course_content_panel .instructor a').attr('target','_blank');   });   </script>   Make sure you have to paste this code with the script tag
    #179635
    wifethecompany
    Spectator
    thank you.
    #179774
    Diana
    Participant
    @wifethecompany Thanks for confirming. Closing the topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Give target="_blank"’ is closed to new replies.