Completely hiding Syllabus link

Justin_Reynolds
Community Participant

Hi, We use a third party (LTI) for our syllabus.  We want to hide the Canvas version completely.  I found an old post that provided some javascript for our theme.  That works great for the desktop version, but it does not work for the mobile version.  The code is 

$(document).ready(function(){
$('a.syllabus').hide();
});
 
The CSS they provided doesn't work for either. Does anyone know a way to hide the link completely from all users in the desktop and mobile versions?
 
Thanks, 
Justin
Labels (3)
0 Likes