Opacity in text area
-
HI,
I´d like to use opacity in the form´s text areas backgrounds. What code should I use?
I used to work with contact form 7 and I´ve used this code:
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
background-color: rgba(0, 0, 0, 0.2);
}
but it doesn´t work hereThank you for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Opacity in text area’ is closed to new replies.