Title: dropdown + img
Last modified: May 26, 2023

---

# dropdown + img

 *  Resolved [bellhogar](https://wordpress.org/support/users/bellhogar/)
 * (@bellhogar)
 * [3 years ago](https://wordpress.org/support/topic/dropdown-img/)
 * I would like to know the reason why the format of a dropdown changes when I want
   to add an image with the color selection of my product and how I can solve it.
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-img%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years ago](https://wordpress.org/support/topic/dropdown-img/#post-16771296)
 * Hello [@bellhogar](https://wordpress.org/support/users/bellhogar/)
 * Thank you very much for using our plugin. When you display the options with images
   in a dropdown field, it is transformed into another control type (Select2), and
   some styles defined in the theme active on your website are not been applied 
   to this control.
 * To modify the Select2 control to have the same height as other controls in your
   form, please, enter the style definition below through the “Customize Form Design”
   attribute in the “Form Settings” tab ([https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png](https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png))
 *     ```wp-block-code
       #fbuilder .select2-selection.select2-selection--single,
       #fbuilder .select2-selection.select2-selection--single .select2-selection__rendered,
       #fbuilder .select2-selection.select2-selection--single .select2-selection__arrow,
       #fbuilder .select2-selection.select2-selection--single .select2-selection__rendered>span{
       min-height:38px;
       border-radius: 3px;
       }
       ```
   
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘dropdown + img’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/dropdown-img/#post-16771296)
 * Status: resolved