Target CSS of Select All button on Checkboxes [RESOLVED]

Hello.

I have activated the “Select All” option for some checkboxes (see attached screen grab). The button is too large and I’d like to edit the look of it. Can I target the font size, colours, etc. with CSS? Can this be done for every “Select All” button on a specific form (I have used several).

Thank you.

Try the following approach, replacing 1 with your form ID:

#gform_wrapper_1 .gfield_checkbox .gfield_choice_all_toggle {
    // your styles here
}

Perfect! Thank you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.