How do I change the name of a course menu item?

Jump to solution
cwindsor
Community Participant

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?

 

 

Labels (4)
0 Likes
1 Solution
themidiman
Community Champion

Try this in your custom JavaScript file:

$("#section-tabs .modules").text("Lesson Content");

View solution in original post