Hi all!
I activated the Anti spam function. It works fine, but I'd like to modify it's design, specially its colors.
I have the main problem with the error message which apper in case of wrong captcha. I need to change the color of the background, the border and the letter. I checked with firebug, and modified al the related ccs. and also chronocontact.html.php (where I found this color), but on my site nothing changed. Any suggestion, where can I modify it?
I activated the Anti spam function. It works fine, but I'd like to modify it's design, specially its colors.
I have the main problem with the error message which apper in case of wrong captcha. I need to change the color of the background, the border and the letter. I checked with firebug, and modified al the related ccs. and also chronocontact.html.php (where I found this color), but on my site nothing changed. Any suggestion, where can I modify it?
Hi neronero,
As far as I know it's mostly in this block in the chronocontact.html.php around line 104
Bob
As far as I know it's mostly in this block in the chronocontact.html.php around line 104
<style type="text/css">
span.cf_alert {
background:#FFD5D5 url(<?php echo $CF_PATH.'components/com_chronocontact/css/'; ?>images/alert.png) no-repeat scroll 10px 50%;
border:1px solid #FFACAD;
color:#CF3738;
display:block;
margin:15px 0pt;
padding:8px 10px 8px 36px;
}
</style>
Bob
This topic is locked and no more replies can be posted.