• Resolved rideshareguides

    (@rideshareguides)


    For the past two days I’ve tried all kinds of css to change the form field label and radio and checkbox labels or descriptions to white, but nothing works. Started with form appearance options, didn’t work. Used custom css there, didn’t work. Tried several options in the child theme’s css, no luck.
    Looks like the forminator-ui overrides any attempted changes. I would like to change the text color for just this form. I have another form on another page and there the default color is fine. So, what would be the css to do this so that the text shows on the dark blue background?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @rideshareguides

    I hope you are doing good today.

    I see you were able to find a correct selector as the labels on that page is already white.

    For future research, which can helps others, this code can be added to Appearance -> Customize -> Additional CSS section:
    #forminator-module-111 .forminator-label {color:#ffffff !important;}
    where “#forminator-module-111” is an ID of your form. ID can be found in site source.

    Also in your form edit mode you can use:
    .forminator-label {color:#ffffff;}
    CSS should be added in edit mode of your form -> Appearance -> Custom CSS

    Kind Regards,
    Kris

    Thread Starter rideshareguides

    (@rideshareguides)

    Thank you for getting back to me Kris. Yes, apparently I did find the correct css yesterday. I added these two lines in the Appearance->Custom CSS:
    .forminator-label {color: #ffffff;}
    .forminator-description {color: #ffffff;}
    Not sure now if the second line was necessary and if I should remove it.
    Thanks again!

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @rideshareguides

    The first of the lines is for labels and second one for descriptions so yes – if you want both label and description to use white text, you’d need to keep both lines there.

    Best regards,
    Adam

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @rideshareguides

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Form label color’ is closed to new replies.