I need to change the color of cell and its corresponding date as I click on it in fullcalendar. Is there any way to achieve both together as I click on it. Till now I have done it by using changing of cell background using .fc highlight where I mention the background color but here I am not able to change the color of the date, Where the date is still displayed as in default color.
style.css
.fc-highlight {
background-color: rgb(13, 113, 224) !important;
color: #fff !important;
display: block !important;
}