How do I change the name of a course menu item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2020
02:31 PM
Hello,
I want try posting this request here because I never got an answer to it the last time I asked.
I would like to change the name of the menu item, e.g. from 'Modules' to 'Lesson Content'.
I do not want to create a redirect menu item.
I am an administrator on the account, this has been requested by the staff. I have all the permissions and authority to make the change.
I don't know what JavaScript or CSS I have to change in order to make the change.
Can anyone help me, please?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2020
02:54 PM
Try this in your custom JavaScript file:
$("#section-tabs .modules").text("Lesson Content");