Home › Forums › Legacy Support › Support queries › Setup issues › take this course button This topic has 12 replies, 2 voices, and was last updated 2 years, 11 months ago by Veronica. Viewing 13 posts - 1 through 13 (of 13 total) Author Posts December 11, 2021 at 2:16 pm #376076 krishipathsalaSpectator Is there any option to make the " Take this course" button change the colour after it is clicked? Because in the app after clicking the button the user might get confused whether the button is working or not as there is no visual confirmation December 11, 2021 at 2:17 pm #376077 krishipathsalaSpectator This reply has been marked as private. December 13, 2021 at 10:54 am #376116 VeronicaModerator hi this is somehow possible with javascript so please share the exact URL on which we can test this and check this accordingly December 14, 2021 at 1:57 pm #376225 krishipathsalaSpectator This reply has been marked as private. December 15, 2021 at 6:48 am #376249 VeronicaModerator thanks for details checking on your site December 15, 2021 at 7:15 am #376250 VeronicaModerator hi use this code add the code in the google analytic section <script> jQuery("a.course_button.button.full").on('click', function(){ jQuery(this).css('background-color', 'grey'); }); </script> refer: http://prntscr.com/232kv63 December 31, 2021 at 3:58 am #376941 krishipathsalaSpectator Can you give me a screenshot where to add the code? December 31, 2021 at 5:11 am #376943 VeronicaModerator hi yes in WPLMS>>Footer http://prntscr.com/25d29wk http://prntscr.com/25d2asj January 4, 2022 at 2:31 pm #377121 krishipathsalaSpectator This reply has been marked as private. January 5, 2022 at 6:54 am #377153 VeronicaModerator This reply has been marked as private. January 5, 2022 at 2:04 pm #377199 krishipathsalaSpectator Can you say what should I use ? you have just uploaded the video January 5, 2022 at 2:14 pm #377200 krishipathsalaSpectator got it January 6, 2022 at 7:45 am #377222 VeronicaModerator thanks for your confirmation Author Posts Viewing 13 posts - 1 through 13 (of 13 total) The topic ‘take this course button’ is closed to new replies.