Change arrow icon color of the month switcher (Month, Week, Day)

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

.fc-button.fc-button [class*="fc-icon-chevron"] {
color: rgba(255, 0, 0, 0.4) !important;
}

.fc-button.fc-button:hover [class*="fc-icon-chevron"] {
color: rgba(255, 0, 0, 1) !important;
}
2 Likes