Jump to content


- - - - -

how do I edit the recaptcha font color?


  • Please log in to reply
4 replies to this topic

#1 JBiNC

JBiNC

    n00b

  • Members
  • Pip
  • 2 posts
  • Real Name:Justin
  • IPB Version:v2.3.x

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

#2 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

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.

#3 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

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.

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 JBiNC

JBiNC

    n00b

  • Members
  • Pip
  • 2 posts
  • Real Name:Justin
  • IPB Version:v2.3.x

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 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

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:

  .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