• Resolved afro6

    (@afro6)


    Hi,
    I need to change the color of the numbers of the captcha. I’ve a background deep red and the numbers are in black. how can i change the colors into white.
    Thx forwards

    Regards

Viewing 1 replies (of 1 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi,
    Yeah you can use a custom css plugin or something similar and add the following CSS code:

    .aiowps-captcha-equation{
        color: #ffffff;
    }

    You can adjust the hex value of “color” parameter to suit your needs or simply replace “#ffffff” with “white” or any other colour you wish.

    • This reply was modified 7 years, 7 months ago by wpsolutions.
Viewing 1 replies (of 1 total)
  • The topic ‘Color polices captcha’ is closed to new replies.