Title: CSS styling for drop-downs
Last modified: August 30, 2016

---

# CSS styling for drop-downs

 *  Resolved [JonnyMart](https://wordpress.org/support/users/jonnymart/)
 * (@jonnymart)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/css-styling-for-drop-downs/)
 * I have managed to style my form how I want with the exceptions of the drop-downs:
   -
   Choose from list option -Date and Time Fields
 * What is the CSS hook used in order to Style these options.
 * Thanks in advance
 * [https://wordpress.org/plugins/wpgform/](https://wordpress.org/plugins/wpgform/)

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

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/css-styling-for-drop-downs/#post-6256410)
 * You just need to figure out the CSS selectors for the appropriate input elements.
   You can also use the CSS “id” selectors as well. Something like this will set
   the background color for select elements to pink.
 *     ```
       .ss-form-entry > select {
           background-color: pink;
       }
       ```
   
 * I recommend using something like FireBug to work out your CSS selectors.
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-styling-for-drop-downs/#post-6256590)
 * Marking resolved.

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

The topic ‘CSS styling for drop-downs’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/css-styling-for-drop-downs/#post-6256590)
 * Status: resolved