Contact Form 7 – How do I change just the first_as_label font color?
-
Hi,
I’m using the Contact Form 7 plugin and I have a dropdown menu. Is there a way to change the color of the first_as_label font color so it looks like the lighter watermark text in the other fields?
Here’s my form:
<p>What would you like to talk about?
[select* project-type class: menu-project-types
first_as_label
“Pick a project type”
“Art”
“Graphic Design”
“Animation”
“Something else”]</p>I can change the color of all the text in the dropdown using the CSS class “.menu-project-types” but that doesn’t really help me. I want to change the color of “Pick a project type” only.
I tried getting rid of the class and “first_as_label” and adding watermark ”Pick a project type” but that didn’t work either.
Do I need to change or add something in the CSS? Or do I need to add or change something in the a plugin PHP file? Perhaps the select.php file? Maybe something to do with $first_as_label. I don’t now a lot about PHP.
I’d appreciate some help.
Thank you.
Manny Jasus
- The topic ‘Contact Form 7 – How do I change just the first_as_label font color?’ is closed to new replies.