Disable Site Home from Side Bar

Disable Site Home from Side Bar

од Big Picture -
Број на одговори: 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
Прилог Screenshot 1.PNG
Просек на рејтинзи: -
Во одговорот до Big Picture

Re: Disable Site Home from Side Bar

од Jon Bolton -
Слика од Particularly helpful Moodlers Слика од 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