tomahock
Member
Posted 2 years ago #
I can't see the letters in the text input, the site letter is black and the background is black (but only when I'm typping, otherwise the background is white...), I don't know who to solve this, I want the background always white and the letter black!
contact form in: http://www.anselmomendes.com/contacte-me/
Best Regards
http://wordpress.org/extend/plugins/contact-form-7/
Those styles are defined in your theme's CSS file.
http://www.anselmomendes.com/wp-content/themes/wpremix3/css/color-black.css
.contactform textarea:hover,.input:hover,textarea:focus,input:focus {
background:#000
}
Removing those lines should fix that.
tomahock
Member
Posted 2 years ago #