Hello,
I am struggling to find the correct CSS class to manipulate in order to change the color of the Calendar Icon that you click on. I have tried several variations to no success. Any suggestions?
Hello,
I am struggling to find the correct CSS class to manipulate in order to change the color of the Calendar Icon that you click on. I have tried several variations to no success. Any suggestions?
Hi @bjkountz,
You can use the following style:
<style>
.rzi-calendar {
color: red;
}
</style>
You can get the class name of the required element by inspecting it with the browser developer tools.