Replies: 0
I would like to put a red border around my required checkboxes when they are not selected.
I tried this css but nothing happens
span .wpcf7-checkbox-not-valid
{
border: 2px solid #CE0000 !important;
}
Replies: 0
I would like to put a red border around my required checkboxes when they are not selected.
I tried this css but nothing happens
span .wpcf7-checkbox-not-valid
{
border: 2px solid #CE0000 !important;
}