Title: Setting drop-down form background
Last modified: June 11, 2024

---

# Setting drop-down form background

 *  Resolved [evalo](https://wordpress.org/support/users/evalo/)
 * (@evalo)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/setting-drop-down-form-background/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsetting-drop-down-form-background%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/setting-drop-down-form-background/#post-17819188)
 * Hi [@evalo](https://wordpress.org/support/users/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
 *  [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * (@wpmudevsupport16)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/setting-drop-down-form-background/#post-17844344)
 * Hello [@evalo](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Dmytro – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport16/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/setting-drop-down-form-background/#post-17844344)
 * Status: resolved