Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1038102

    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.

    #1038818

    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

    #1038961

    Hi Rikards, here to you in private a link of screenshot.
    Thanks again.
    Regards.

    #1039658

    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

    #1039753

    Hi, yes, I’m using Windows as many users that report me this issue. Is there a solution for the problem?
    Thanks.
    Regards.

    #1041018

    Hi,

    Will lit work to give u a color style with CSS?

    Best regards,
    Basilis

    #1041218

    Hi, if you could would be great.
    Thanks
    Regards.

    #1041306

    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

    #1042231

    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.

    #1042248

    Hi,

    I see. Add this to quick css also:

    .flex_column form select option{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.