how do I edit the recaptcha font color?
Started by JBiNC, Aug 29 2011 11:14 PM
4 replies to this topic
#1
Posted 29 August 2011 - 11:14 PM
I'm using 2.3.6 and the my skin is black. The fonts are actually a contrast (white/yellowish color), however the input field inside the recaptcha for registering is in black font color. I'm trying to find out how I can edit the recaptcha.
Thanks
Thanks
#2
Posted 30 August 2011 - 07:41 PM
You can change the theme reCaptcha use by altering the settings. 2.3.6 is so old that I can't remember where they are.
My: Modifications · Tutorials · Twitter

#3
Posted 31 August 2011 - 08:43 AM
Tools / Settings > Security / Privacy if I remember correctly.
It *is* possible to add some css somewhere to adjust the actual box colouring / text colouring too, although I cannot remember where to do that. I did look earlier but was unable to find it.
It *is* possible to add some css somewhere to adjust the actual box colouring / text colouring too, although I cannot remember where to do that. I did look earlier but was unable to find it.
View my tutorials
Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!
A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6
#4
Posted 02 September 2011 - 06:04 PM
yeah I tried looking in the security/ privacy settings but it doesn't have anything where I can actually alter the color of it. Any other suggestions?
#5
Posted 02 September 2011 - 06:26 PM
Its in the css somewhere, I think you have to actually add something rather than change it, to force it to use it. I'll try to find some information about it as its a long long time since I had to even look at it.
Try this, add to the css:
Source > http://code.google.c...reCAPTCHAcolors
Try this, add to the css:
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
background-color:'''#FF0000''' !important; ''//reCaptcha widget background color''
}
#recaptcha_table {
border-color: '''#FF0000''' !important; ''//reCaptcha widget border color''
}
#recaptcha_response_field {
border-color: '''#FF0000''' !important; ''//Text input field border color''
background-color:'''#FF0000''' !important; ''//Text input field background color''
}
Source > http://code.google.c...reCAPTCHAcolors
View my tutorials
Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!
A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




Contributor











