I would like to add a hover effect to the buttons on the datepicker. I would like the background to be #2c5b9c and the text to be white upon hover to match my other buttons. (See attached image) Thank you very much!
Hi djshortkut!
Thank you for using Enfold.
Use this in the Quick CSS field:
.avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button:hover {
background: red;
border: 1px solid black;
color: pink;
}
Adjust the values.
Cheers!
Ismael
Resolved…thank you!