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

    Hi
    When we use dropdowns in forms, they are not visible, because the text and the background is white.
    How do we can style form elements, for example dropdowns?
    See an example below in the private content.
    Thanks.
    Regards
    Mike

    #1097524

    Hey Michael,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    p > select > option {
    background-color: #000 !important;
    }

    This will make the background color black, please adjust to suit.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1097624

    Hi Mike
    Thank you very much.
    It works fine.
    Best regards
    Mike

    #1097898

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Dropdown in forms not visible’ is closed to new replies.