Title: Removing border from Captcha
Last modified: August 21, 2016

---

# Removing border from Captcha

 *  Resolved [awmperry](https://wordpress.org/support/users/awmperry/)
 * (@awmperry)
 * [12 years ago](https://wordpress.org/support/topic/removing-border-from-captcha/)
 * I’ve just added a Captcha to a contact form on my employers’ website ([http://makeupinstitute.com/kontakt/?lang=en](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 img` is equivalent to `img.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?
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [awmperry](https://wordpress.org/support/users/awmperry/)
 * (@awmperry)
 * [12 years ago](https://wordpress.org/support/topic/removing-border-from-captcha/#post-4888929)
 * By the way, apart from the ones I put there (to no avail), I can’t find “wpcf7”
   anywhere in any of the site’s stylesheets.
 *  [Digitalfaze](https://wordpress.org/support/users/digitalfaze/)
 * (@digitalfaze)
 * [12 years ago](https://wordpress.org/support/topic/removing-border-from-captcha/#post-4888939)
 * .entry img, img.thumbnail {
    border: 10px solid #e0e0e0;
 * remove that in your style.css
 *  [Digitalfaze](https://wordpress.org/support/users/digitalfaze/)
 * (@digitalfaze)
 * [12 years ago](https://wordpress.org/support/topic/removing-border-from-captcha/#post-4888940)
 * or set the “border: none;”
 *  Thread Starter [awmperry](https://wordpress.org/support/users/awmperry/)
 * (@awmperry)
 * [12 years ago](https://wordpress.org/support/topic/removing-border-from-captcha/#post-4888949)
 * Cheers – added `.entry img, img.thumbnail { border: none; }` to custom.css based
   on your suggestion, which did the trick. Now I just need to figure out for future
   reference why the theme has that giant border in the first place…
 * Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Removing border from Captcha’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 4 replies
 * 2 participants
 * Last reply from: [awmperry](https://wordpress.org/support/users/awmperry/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/removing-border-from-captcha/#post-4888949)
 * Status: resolved