Archived topic
Blue glow border on active field in contact form 7
3 replies · Started by Martin U on October 19, 2017
Hi guys,
FOF, great theme. So well done. I really love it.
I have question with Contact Form 7 in combination with GP Premium.
The active section of the CF7 form gets a blueish glow border - same happens here in the forum with the search box - when activated.
I would like to get rid of that blue border - or be able to style it.
Hi there,
Hmm I can only see how to change the grey border before before it's activated and can't find it on this page either: https://contactform7.com/styling-contact-form/
Best to check with their support :)
thanks, that was actually helpful. The blue glow is browser-specific. I can see it using Chrome and Safari on my site and on the Generatepress site on the search-box in this forum. The glow is not visible on Firefox.
It can be eliminated with:
.wpcf7-text:focus, .wpcf7-textarea:focus {
outline:none;
}
Awesome. Thanks for reporting back!