Textarea:focus color

Hi,

How to change how to change text-selection color only on contact form 7? I change this color with this following css - 

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus { color: #FFF !important; } 

But when I do this, it also change color in woocommerce product page (product size selection). So how can I change this color only on contact form 7?

Contact form 7

Woocomerce page

Comments

Sign In or Register to comment.