I am having problems trying to target the equation generated by the CAPTCH in the COntact form elelment. I want to shange font attribute like collor and size.
I have tried targeting value_verifier_label, text_input captcha and avia_avia_age_1_verifier but can’t seem to find the right target. Can you help me out?
Hey themeforesttony!
You can target it with this.
span.value_verifier_label {
color: red !important;
}
Regards,
Elliott
Thanks Elliot but it did not seem to change it. See below for link.
Hey!
That should be working. Did you add it to the top of the Quick CSS field? Perhaps you have a typo in your other custom CSS somewhere. When that happens everything below the typo will not get applied.
Regards,
Elliott
I tried it at the top and still nothing. As I have the contact form in a column that has a CSS class of .ryg-transparent-background I also tried wrapping the call under it.
.ryg-transparent-background span.value_verifier_label {color: red !important; }
No change.
Just in case you want to take a look, I have provided Admin credentials below.
Thanks.
Ok.
Nevermind. I got it working. For some reason using “red” or “black” was not working but once I changed it to a Hex value “#000000” it worked.
Go figure.
Thanks.