• Resolved jp12h0des

    (@jp12h0des)


    Hello!

    Just started using Forminator and am loving all the options.

    I’ve created a form with a green background and am trying to make all the text black/dark grey, but for some reason the Radio and Checkbox text remains white.

    I’ve replicated the issue with multiple forms and pages, so assuming my theme is overriding the settings for the form. I searched around trying to find the right css selector to use, but couldn’t find it.

    Could you help me out? How would I target the Radio and Checkbox label text with the custom css option?

    Thanks for your help!

    James

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

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

    (@wpmudev-support8)

    Hi @jp12h0des

    I hope you’re fine today!

    I checked the page in question and you are right – it seems that some other CSS of the site is overriding it. I’m not sure exactly where it comes from as CS seems to be optimized with some additional tool and due to that it’s not quite clear (from outside) to what the code belongs.

    You should be able to “force-overwrite” it though with this bit of additional CSS:

    .forminator-checkbox .forminator-checkbox-label,
    .forminator-radio .forminator-radio-label {
    	color:#000!important;
    }

    You may need to clear cache on site to get it applied but it should work out of the box.

    Best regards,
    Adam

    Thread Starter jp12h0des

    (@jp12h0des)

    Thank you so much Adam, it worked like a charm! Really appreciate the quick response, you guys are great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Radio/Checkbox Text Color’ is closed to new replies.