1. When I select the new “hide form labels” selection in the contact form it works great except that the date picker box still shows MM/DD/YY How can I change it so that the title for that field shows up in that box when selected.
2. I noticed that when I select “hide form labels” the asterisk showing that it is a required field does not show up next to the title. How can I make this show up?
3. How can I style both of the buttons in the date picker like the submit button and the rest of the buttons on my site?
Thank you!
Hey!
1-2. I’ve already reported this to Kriesi.
3. Use this:
.avia-datepicker-div .ui-datepicker-buttonpane button {
background: white;
color: #2c5b9c;
border: 1px solid #2c5b9c !important;
}
Regards,
Josue
Thank you Josue! You can close this thread.