I would like to change the look of the datepicker buttons to match the rest of the buttons on my site. (See attachments)
I would like them to have a 1px border #188ece with a transparent background and #188ece text color
On hover I would like them to have a background color and border of #188ece and #ffffff text color
Hi djshortkut!
Please add following code to Quick CSS
#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button:hover {
background: #188ece;
color: white;
}
#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
color: #188EDA;
border-color: #188ece;
background: transparent;
}
P.S.: Great looking site!
Regards,
Yigit
Thanks Yigit! You can close this thread.