Hide calendar from navigation block

Re: How to - Hide calendar from navigation block

by Sandra King -
Number of replies: 1
EDIT**

I found this in another forum post, it worked for me.
The suggestion was you can place this in the header (Additional HTML)
<style>[data-key='calendar']{display:none;} </style>

Someone else posted that it would be better to add it to the SCSS (It will be cached which is better for performance)
In the Boost theme under Advanced Settings, there is a box where you can add code.
Raw initial SCSS
[data-key='calendar']{display:none;}

It worked when added there,
When I first tried to add it to Raw SCSS (the second box) it didn't work (for me - may have needed to purge cache - I didn't check).

This was the original post

Thank you, anyone, for your help.
Sandra
In reply to Sandra King

Re: How to - Hide calendar from navigation block

by Red Abera -
Thank you very much Sandra. I added [data-key='calendar']{display:none;} into the Custom CSS within the academi themes and i can't now see the calander

Thanks again