הסתרת לוח שנה/סדר יום מהניווט

hELLO,
How can i hide this navigation
thank you!

You can use CSS rule display: none (and your browser inspector to get the classes or ids).

לייק 1

try this:

common css

.nav-pills .nav-item_agenda, .nav-pills .nav-item_calendar {
        display: none;
}
2 לייקים