Can you please provide me with some quick css to change the highlight color on the date picker on my contact form to #2c5b9c Thanks!
Hey djshortkut!
Thank you for using Enfold.
You can add this to the Quick CSS field:
.avia-datepicker-div a.ui-state-hover {
color: #fcfcfc;
background-color: #2c5b9c !important;
}
Cheers!
Ismael
Thanks Ismael! You can close this thread.