Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #556218

    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?

    #556268

    Hey themeforesttony!

    You can target it with this.

    span.value_verifier_label {
        color: red !important;
    }

    Regards,
    Elliott

    #556341

    Thanks Elliot but it did not seem to change it. See below for link.

    #556845

    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

    #557243

    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.

    #557247

    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.

    #557574

    Hi,

    Great, glad you got it fixed :-)

    Cheers!
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.