在完整日历2.3.2中更改标题标题颜色

时间:2015-07-19 14:45:54

标签: css colors header fullcalendar title

由于样式表现在不同,这个答案似乎已经过时了:

how-to-change-the-font-color-of-jquery-full-calender-header-title

我如何为FullCalendar版本2.3.2执行此操作?

谢谢。

1 个答案:

答案 0 :(得分:1)

经过多次搜索,我找到了相关的代码部分。在版本2.3.2中,它位于fullcalendar.css的第710行

/* title text */
.fc-toolbar h2 {
margin: 0;
color: #FFF;
}