remove calendar and Private files from the navigation bar

remove calendar and Private files from the navigation bar

by Lars Zwisler -
Number of replies: 1

Hello everyone

Is there anyone who can tell me how

-        to remove calendar and Private files from the navigation bar in MoodleCloud

.

+ how do I change the names eg. From ”Home” to ”Back Home”

+ how do I change the icons

All in MoodleCloud

 


Average of ratings: -
In reply to Lars Zwisler

Re: remove calendar and Private files from the navigation bar

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers

If you’re using the default MoodleCloud theme, go to Site administration > Appearance > Themes > MoodleCloud and add this to the custom  css box:

[data-key="calendar"],
[data-key="privatefiles"] {
    display: none;
}

You can change the language using the info in the docs at https://docs.moodle.org/39/en/Language_customisation. Remember that if you change it to “Back Home” that will show even when you’re on the home page itself (which won’t make much sense).

You can change the icons using css, but it’s fairly advanced and will only affect the navigation drawer - not any other place where the icon appears. Which icons do you want to change, and to what?