• Resolved golded

    (@golded)


    hi,where can i choose the color of the field check box description ?

    impossible to find in the setting.

    Thanks

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

    (@wpmudev-support7)

    Hello @golded

    Hope you’re doing well today! Thank you for reaching out to us.

    There is no out-of-the-box way to change the color of the “Checkbox Description” field only, however, you can update the color for all “Description” fields on the form by navigating to WP Admin Dashboard >> Forminator >> Forms >> Edit form >> Appearance >> Colors >> Custom >> Scroll down to Field basics and set the description color there.

    Please refer to the screenshot here: https://monosnap.com/file/cBc5JCfkx20RLjNEC8YhgqIjBCJwVd

    Here is a document guide for reference: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#colors

    However, in case you just want to update the color for the description for the checkbox field you can try the below CSS and check if that helps.

    .forminator-ui#forminator-module-XX .forminator-field-checkbox .forminator-description {
        color: red !important; // you can set the any color you want here. 
    }

    Note: before adding the CSS, please replace the “XX” on the selector #forminator-module-XX with your form ID, the form ID is the number which you notice on the Forminator form shortcode. For example if the shortcode for your form is [forminator_form id=”33″], 33 will be your form ID and the selector will be #forminator-module-33.

    If this does not help, we will need to take a look at your form so that we can check it further.

    Hope this helps.

    Kind Regards,
    Saurabh

    Thread Starter golded

    (@golded)

    thank you very much !

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

The topic ‘color field check box description’ is closed to new replies.