• Resolved kirbypoh

    (@kirbypoh)


    How do I change the default label colour of the selected item from dark grey to for example white?

    Changing current settings and adding the custom CSS .forminator-label {color: #ffffff !important;} didn’t help.

    Thanks in advance for your help!

    • This topic was modified 3 years, 10 months ago by kirbypoh.
    • This topic was modified 3 years, 10 months ago by kirbypoh.

    The page I need help with: [log in to see the link]

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

    (@wpmudevsupport11)

    Hi @kirbypoh,

    You can try the following CSS

    .select2-selection__rendered {
    	color: white;
    }

    The above CSS can be added once you edit the form, under Appearance > Custom CSS.

    Please do let us know if you have any further query. Have a nice day ahead.

    Kind Regards,
    Nithin

    Thread Starter kirbypoh

    (@kirbypoh)

    Thanks for your help, Nithin! The code works like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing label colour for dropdown field’ is closed to new replies.