Hi enfold support team,
I use 2 groups of check boxes (Contact form 7) only on this page.
The label of the first group of check boxes should be white #fff.
Another should be black #000
Could you please helf me with thist?
Please take a look at the attached file
Hey vnfan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.white-labels label * {
color: white!important;
}
I edited your form and added a custom class to the column on the left side
Best regards,
Yigit
Great. Thanks alot Yigit.