How to remove calendar and dashboard from navigation? (in 3.7)

How to remove calendar and dashboard from navigation? (in 3.7)

by Ian L -
Number of replies: 1

I am using the classic theme in 3.7 I have tried various display none in css but none have worked. I figured out how to remove the badges link, but the calendar and dashboard are useless.

The site pages links like tags and blogs are ok, but...

Anybody?

Average of ratings: -
In reply to Ian L

Re: How to remove calendar and dashboard from navigation? (in 3.7)

by Ian L -
I put these in the raw scss of my theme classic and it seems to have removed calendar link and dashboard for the student but the calendar still shows for me and I think if I put 3_9 it would work for me:

NEVERMIND THIS. I REALIZED THIS doesn't work and removes menu items in other places when you need them. It's specific to the calendar or dashboard.

#label_3_7{display:none;}/*calendar hide*/

li.type_setting.depth_2.item_with_icon{display:none;}