• Resolved miekii

    (@miekii)


    Hi there,
    Great plugin!
    I only have an issue with the color of the recaptcha and password instructions. I want to change the color, but I can’t really use custom css (live editor) because I won’t see the login form when I’m logged in myself.

    Would be great if you can provide me custom css lines to change the dark grey font color as seen in the screenshots.
    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi,
    Which part of those fields exactly do you want make a colour change? ie, the label, the captcha equation….anything else?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, are you referring to the login captcha to your site? If you are, try the following classes.

    aiowps-captcha
    aiowps-captcha-equation

    Can you also share the screen capture you mentioned.

    Let me know how you go.

    Regards

    Thread Starter miekii

    (@miekii)

    Hi,
    Here is a screenshot of which lines I mean:
    Log in screen
    New password instructions
    Thanks a lot!

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, try the following CSS sample code. This will change the text in the login screen. Simply choose the color you want for your site.

    .aiowps-captcha-equation{
    	background-color:white;
    	color: black;
    }

    In regards to resetting the password message, that comes from WordPress. You might like to try the following CSS sample code. Simply choose the color you want for your site.

    .message{
    	background-color:white;
    	color: black;
    }

    Let us know if the above helps you.

    Kind regards

    Thread Starter miekii

    (@miekii)

    Sorry for the late answer, but last week I tried the custom CSS and it didn’t work. Not sure what’s going on. In the end I decided to disable the recaptcha and work with honeypot instead

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Sorry to hear this. Are you happy by using Honeypot? If you are and you don’t require any more help with this support thread can you mark this support thread as resolved.

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Color of the Recaptcha & Password instructions’ is closed to new replies.