Design and CSS styles
Version 5.x > Design and CSS styles > Changing captcha style View modes: 
User avatar
Member
Member
Alex - 2/8/2010 4:16:22 AM
   
Changing captcha style
Hello

I need to change captcha style but can`t find html-code to add cssclass special for captcha

Please show where can I do it?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 2/9/2010 3:07:04 AM
   
RE:Changing captcha style
Hi Alex,

You can enwrap captcha or control/web part where you use it with div tag with some class. Then you can specify styles for input or img tag of captcha within context of this class, e.g.:

.myClass input
{
//specify styles for input of captcha here
}

Best Regards,
Martin Dobsicek

User avatar
Member
Member
Alex - 2/9/2010 3:22:44 AM
   
RE:Changing captcha style
I find it by myself in file
CMSFormControls\SecurityCode.ascx
and add cssclass for my style