Disable Site Home from Side Bar

Disable Site Home from Side Bar

by Big Picture -
Number of replies: 1
Can anyone guide me on how to disable the Site Home menu button on the left sidebar panel?
(Screenshot attached)

Any help would be much appreciated.

Thanks,
Seb
Attachment Screenshot 1.PNG
Average of ratings: -
In reply to Big Picture

Re: Disable Site Home from Side Bar

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

If you can add custom CSS, something like this will hide it

.block_course_navigation li.type_setting.depth_2:nth-child(1) {display: none;}

but it will depend on your theme.

You can also change the name of that link to the site name - Site Admin > Appearance > Navigation

Average of ratings: Useful (2)