Re: Captcha CSS file location?
Try:
skin/common_files/modules/Image_Verification/main.css
And look for:
.iv-box a:link,
.iv-box a:visited,
.iv-box a:hover,
.iv-box a:active
{
text-decoration: none;
border: none;
border-bottom: 1px dashed #3c6992;
white-space: nowrap;
color: #3c6992;
font-size: 10px;
}
and change the color # ref.
|