Hi,
Form doesn’t work anymore
Ex. at the bottom https://privatetours.jp/japan-luxury-tours/highlights-japan/
Can’t fill name or email address. Date picker result doesn’t show.
Already added
#top .avia-datepicker-div a {
color:#666666;
background-color: #fcfcfc;
}
#top .avia-datepicker-div a.ui-state-hover {
color: #000!important;
}
#top .main_color textarea, #top .main_color select {
color:#666666;}
Too much hack…form doesn’t work with child theme.
Any help?
Thank you
Xavier
Hey koomo,
It’s possible to select a date and to type, but the styling of the text is set to the same colour as the background. Please try this in Quick CSS to adjust the colours:
#top .avia-datepicker-div a {
color: blue;
}
#top .main_color input[type="text"] {
color: green;
}
Best regards,
Rikard
Hi,
Thank you but with the css I put before (please see above) it worked too.
The form simply doesn’t work…not only the calendar.
Try to input email or name or…
When clicking with the mouse, can not even fill the form.
When I reset the theme…all fine. As soon I start to input my oiwn style it doesn’t work.
Thanks
Solved but very weird.
Basically a color code for the socket which making the form unusable
Thank you always.