Tagged: ,

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

    Hi,
    Need a minor fix to a contact form dropdown which appear white on white, thus- invisible.
    Please see attached screenshot.
    Thanks!

    #862888

    Hey mooshonov,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select option {
        background-color: black;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #862894

    Hi Nikko,

    It did help, but only on that particular point. Everything else has gone black as well.
    Any other suggestion? Maybe a contrast rule would be the proper solution.

    Thanks very much!
    Moshe.

    #862924

    Hi,

    Try to replace the code I gave you with this one:

    .page-id-8105 .entry-content-wrapper select option {
        background-color: black;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #862934

    Works!!
    Thanks so much!

    #863087

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Dropdown Contact Form Invisible’ is closed to new replies.