How to change the font-color of jQuery Full-calendar header title?
问题 I'm using the jQuery full-calender for my work. As in the image I have created the calendar but now I want to change the title color of the header ( February 2015 ) to green. (to match it to the theme) So far I couldn't do that. I saw some SO questions and answers which are suggesting to change the .css file. But then the change will affect to all calendars ( I'm having several calendars with several themes ) How can I solve this problem ? UPDATE : This is an example code in a fiddle. 回答1: