• Resolved bellhogar

    (@bellhogar)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @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)

    #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.