Hello,
For now, only possible with custom CSS (i will add options for that next year, when i will work on the theme pack refactory, with options for themes).
So, you can use the Custom CSS option in iCagenda component Options > General Settings.
And set colors for those classes:
.ic-filters-label {
background-color: orange;
}
.ic-filter-more-btn {
background-color: blue;
}
.ic-filter-more-btn:hover {
background-color: blue;
}
.ic-filter-submit-btn {
background-color: green;
}
.ic-filter-submit-btn:hover {
background-color: green;
}
.ic-filter-reset-btn {
background-color: red;
}
.ic-filter-reset-btn:hover {
background-color: red;
}
Of course, with editing it with colors of your choice, and adding color: *white* as well for text color.
Hope this helps?
Best regards,
Cyril