Вопрос

I need to be able to hide the arrows above a calendar, but maintain the month and year. I found this style, but it takes both the arrows and the month/year out.

<style>
.ms-acal-header{
 display: none;
}
</style>
Это было полезно?

Решение

Here you go!

<style type="text/css">
.ms-acal-header td:nth-child(-n+2) {
display:none;
}
</style>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top