Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1301154

    Hi,
    I have a problem with contact form in edge.
    I can’t see the variables in drop down, while I see them in chrome and safari.
    Looking forward hearing from you .
    best regards.
    MS

    #1301311

    Hey maryenvato,

    Thank you for the inquiry.

    The select options are there but the color of the text is the same as the background. Please try to add this css code to adjust the option color and the position of the select image.

    #top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
        -webkit-appearance: none;
        background-position: 100% 50% !important;
    }
    
    #top .entry-content-wrapper select option {
        color: #000000;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1301579

    Perfect Ismael,
    I can see drop down correctly.
    Thank you so much.
    MS

    #1301794

    Hi,

    Great, I’m glad that Ismael 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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.