Hello there,
just a quick question. I’ve tried now for a long time, but I cant get this right:
At this site there is a form: https://www.soelvahof.com/anfrage/
Once you open the datepicker/calendar, I set past dates to be not selectable. Available dates are highlited grey when you hover them with your mouse.
The hover-color is #ececec at the moment. I like to change this color to #ee5f5d.
When I do so in the developer console in Chrome, it workt the way it should, but once I add this code
.datepicker table tr td.day:hover {
background: #ee5f5d; }
into my CSS-customizations section, also the past, non selectable dates in my calendar are getting highlihted red when hovering on them. I don’t know why.
I hope you can help me!
Thank you