Removing border from Captcha
-
I’ve just added a Captcha to a contact form on my employers’ website (http://makeupinstitute.com/kontakt/?lang=en), but the prompt keeps showing a 10px grey border. I’ve tried adding
.wpcf7-form-control wpcf7-captchac wpcf7-captcha-captcha-1 { border: 0px; }…to custom.css, but it doesn’t seem to make any difference in Chrome (haven’t tested FF or IE yet).
On inspecting the element, it seems to draw the following from style.css:
media="screen" .entry img, img.thumbnail { border: 10px solid #e0e0e0; background: #fff; }I’m not sure if
.entry imgis equivalent toimg.entry, given that they don’t seem to be separated, but I can’t quite seem to find any way to override it.What I want to do is simply to have the img vertically centred in line with the rest of the
<p>, and with no border.Any advice?
The topic ‘Removing border from Captcha’ is closed to new replies.