Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1116296

    How can i change the background color of my contactform on one page. The problem is actually only the part where i put a select element. With Apple the colors are right and i see all the possibilities, but when i use a computer with microsoft system, the select box is completely white and the text only gets visibile when i pass the mouse. Please help me, thank you!!!!

    #1116302

    Hey BlueSolution,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1116468

    The website is still offline, i will give you the credentials.
    The problem is in the homepage https://www.capasqualetto.it.
    As i said with Apple using safari and chrome it’s all visibile, but using another kind of computer you can’t see the elements to select.

    #1116481

    Hi,
    Thank you for the login, I have tested your site on a Windows 10 with Chrome, Firefox, & Edge, and on a Mac with Safari.
    In all cases, the form at the bottom of your homepage was the same transparency for the input fields. Only if a browser offered an input suggestion did I get a white background, but css doesn’t control that.
    If this doesn’t describe your issue, then please include a screencast link so we can see.

    Best regards,
    Mike

    #1116589

    yes that is exactly the problem, with windows, in the section where i have to choose , the background is white but the suggestions to choose from are invisibile, only if i pass the mouse i can see the voices. (see screenshot)
    The screenshoot is from safari and the same if i open with chrome, dark background with the voices in white. with windows it’s like it’s contrary

    • This reply was modified 5 years, 4 months ago by BlueSolution.
    #1116873

    Hi,
    Oh I see now, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

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

    Best regards,
    Mike

    #1116962

    Thanks!! it worked perfectly

    #1117038

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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