• Resolved Starhorsepax2

    (@starhorsepax2)


    Suppose we wanted to individually style the options in the drop down selector or the radio buttons, with a different color? Is there a way to do this? I don’t mean one for the overall drop-down or radio buttons, but for its individual elements.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @starhorsepax2,

    There isn’t any out of the box setting for such a feature in the plugin side. However, this might be possible using custom CSS for example:

    .forminator-select-dropdown-container--open .forminator-custom-form-1603 .select2-results ul li:nth-child(odd) {
    background: green !important;
    }

    The above CSS for example should add alternate color to the dropdown of the Select field.

    You’ll need to update the number 1603 in the above CSS with your Form ID.

    You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Kind Regards,

    Nithin

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @starhorsepax2 ,

    We haven’t heard from you for over 2 weeks now, so it seems that you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style the selectors’ is closed to new replies.