• Resolved zayn77

    (@zayn77)


    Hi Team,

    Amazing plugin …. i have an issue with when i add two or more drop list and click on it then it shows a bit funny and it greys out the options. Can you please provide us with any CSS code to fix this problem ?

    https://tinypic.host/image/hlF0z

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter zayn77

    (@zayn77)

    I am using the short code in elementor editor

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @zayn77

    I hope you are doing well.

    Could you please share the page URL and we can take a look?

    I tried to replicate the issue on my end but it is looking well.

    Best Regards
    Patrick Freitas

    Thread Starter zayn77

    (@zayn77)

    Hi Patrick, the temp link that i am using for testing free membership – Family Dispute Support Services (fdss.org.nz) – i tried it on chrome and internet explorer its still the same.

    Also, is there a way to increase the font on the group field header ? there is nothing can be changed from the appearance for the group field – also a bit of space between the group field and the question would be very good. link > https://tinypic.host/image/iCOcw

    Hi @zayn77,

    Hope this message finds you well and thanks for the information.

    After taking a close look I found the plugin Modern Events Calendar Lite uses the same class as Forminator:

    .select2-container {
        z-index: 9999999;
    }

    That value is forcing all Select fields to push in front of all elements. Kindly add this CSS at Edit your Form >> Appearance >> Custom CSS:

    #forminator-module-33596 .select2-container{
       z-index: 999;
    }

    Note that code is only for the Form share for other forms you might need to replace the 33596 with the form ID and add to the form (edit) Appearance >> Custom CSS.

    For the Repeater Group field, currently no font option at Appearance, but you can use this CSS:

    label.forminator-label.forminator-repeater-label {
        font-size: 27px !important;
    }

    Let us know if you require additional assistance.

    Kind regards,
    Laura

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @zayn77

    We haven’t heard from you in a while, I’ll go and mark this thread as resolved. If you have any additional questions or require further help, please let us know!

    Kind Regards,
    Kris

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dropdown list issues’ is closed to new replies.