Conferences Menu Option Removal

arunion
Community Member

We are looking to comment out/remove the Conferences (Big Blue Button) option from our Canvas menu for all courses.

I found the sample Java Script below and this works fine for the desktop, however, when we tested on our phones, the option was still showing there. We updated the Desktop and Mobile App Javascript files using the same command but only the Desktop one seems to be working. Has anyone else been able to get this working for phones/the Mobile App?

This is the command we found and used (works for Desktop but not Mobile):
$("#section-tabs .conferences").parent().remove();