I'm using Contact Form 7 to create a contact form, with check boxes. It seems that the check boxes are taking on the color of the accent color instead of that of the body. I'd like to know how I may overwrite this in the css so it doesn't do this. I've tried: .wpcf7-form p span { color: #2b2b2b;}, which does nothing.
Hi There,
I'm using Contact Form 7 to create a contact form, with check boxes. It seems that the check boxes are taking on the color of the accent color instead of that of the body. I'd like to know how I may overwrite this in the css so it doesn't do this. I've tried: .wpcf7-form p span { color: #2b2b2b;}, which does nothing.
Thank you for your help.
Hey ,
Thanks
ThemeNectar Support Team
Hi Tahir,
Still not working. And there are no red crosses in the css custom box.
Hey Again,
Thats because there is no !important in the css you have : http://prntscr.com/8ipfw8 .
Thanks
ThemeNectar Support Team
Ok, thanks. I tried adding it to the child theme css instead, but I guess it has to be added to the custom css box in the theme. Thanks. It worked