• Resolved evalo

    (@evalo)


    Hello, could you please help me set up a background color for the select drop-down menu? The text is unreadable with the fields underneath showing through. Customizing the color in Select field does´t work.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @evalo

    I hope you’re well today!

    This is happening because of the other non-Forminator CSS overriding the background color, specifically a part of Divi CSS that’s included directly in the page source.

    To fix that, please add following custom CSS to the “Custom CSS” option in Divi settings:

    .forminator-select-dropdown-container--open {
      background:#FFF!important;
    }

    Note please:

    1. this sets background color to non-transparent white but you can adjust the color code in this CSS
    2. you may need to flush all cache on site/server after adding the CSS to see the change

    Best regards,
    Adam

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @evalo,

    I hope the above suggestions helped you with changing the color.

    As we haven’t heard back from you for some time, I’ll be marking this thread as resolved. Please let us know in case you need further assistance.

    Best Regards,
    Dmytro

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Setting drop-down form background’ is closed to new replies.