Hi, I have a contact form on the top of home page. In the fields that allow the choices (named as “Tipo di Impianto” e “Capienza persone”) these are visible only with Firefox, while with the other browsers it is visible only when the mouse hovers. How can I do?
In private wp credentials.
Thanks in advance.
Best regards.
Hey marmat84,
I can see the contact form and choices fine on my end using Chrome. Could you post a screenshot of the problem maybe?
Best regards,
Rikard
Hi Rikards, here to you in private a link of screenshot.
Thanks again.
Regards.
Hi,
Thanks for that, I’ve seen other users report that and I think it’s due to your system preferences. I’m guessing you are on a PC using Windows, correct? On my end using OSX it’s displaying fine.
Best regards,
Rikard
Hi, yes, I’m using Windows as many users that report me this issue. Is there a solution for the problem?
Thanks.
Regards.
Hi,
Will lit work to give u a color style with CSS?
Best regards,
Basilis
Hi, if you could would be great.
Thanks
Regards.
Hi,
Add the following to quick css:
.flex_column form input, .flex_column form select{
background:rgba(255,255,255,.1)!important;
}
Best regards,
Jordan Shannon
Hi, thanks Jordan, but it doesn’t work. The font of the options should become dark only when the drop-down menu appears.
Do you have any other solution?
Thanks in advance.
Hi,
I see. Add this to quick css also:
.flex_column form select option{
color:#000!important;
}
Best regards,
Jordan Shannon