Please help. What am I doing wrong? I tried everything in my css and it will not style. I used to do this kind of thing all the time. Here is what I want.
I. Change the display of the placeholder.
2. Remove the placeholder when it is clicked.
Hi Alec. Can you share a link to the page on your site where we can see the form, and then let us know what you want to change about the display of the placeholder? Thank you.
There is no ‘placeholder’ as such and used simply the ‘select’ selector. (i.e. select {color:#888;} and then .gf_placeholder {display:none !important;} to get my desired effect.