Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #606628

    Hi,

    Their seems to be a bug in the contact form with chrome.

    When you use the drop down option in select an element and you have a coloured background, the background changes to white and you can’t see the options.

    • This topic was modified 8 years, 7 months ago by OneClickTech.
    #606976

    Hey OneClickTech!

    Thank you for using Enfold.

    You can change the color of the options text in the Quick CSS field:

    #top .av-custom-form-color select option {
        color: gray;
    }

    Best regards,
    Ismael

    #607105

    That code fixes Chrome but messes up Firefox now. So any other suggestions.

    I was bring the bug to your attention so the code could be fixed in the theme update.

    #607555

    Hi!

    I checked on Firefox and it’s working fine for me. Please clear browser cache and hard refresh a few times. Check on another computer as well. If the issue persist, can you show us a screenshot of what’s going on for your please? use imgur.com or dropbox.

    Best regards,
    Andy

    #607964

    Hi Andy,

    See pic of the issue.
    Thanks

    #608825

    Hey!

    thanks for the pic. Use this code:

    .avia-mozilla #top .av-custom-form-color select option {
    background: white;
    }
    

    Best regards,
    Andy

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