Topic: reCaptcha color modification
can't figure out how to modify the theme for reCaptcha. they have a wiki with tutorials on how to change colors.. red just isn't working with my design.
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
can't figure out how to modify the theme for reCaptcha. they have a wiki with tutorials on how to change colors.. red just isn't working with my design.
Hi,
You need to change
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'white',
tabindex : 9
};
</script>
in _templates/default/publish-write.tpl, _templates/default/job-details.tpl and _templates/default/page.tpl (the latter is for the recaptcha on the contact page, if you have enabled it).
If you have to add/change CSS code, it must go into _templates/default/css/screen.css (if you are using the default jobberbase theme)
Posts [ 2 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.019 seconds, 8 queries executed ]