Style select menu placeholder
-
How does one style the placeholder for select menus?
When I set the global color for example for placeholders, it does not take or work for select menusWordpress Dashboard > Appearance > Customize > Style and Layouts Gravity Forms > Select Form > Placeholders > Then set any color – This works for input boxes only specifically it changes the color of the input boxes to whatever you selected
This code also works for input boxes only
body .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder {color: pink !important;}How does one achieve the same for drop down menus?
- The topic ‘Style select menu placeholder’ is closed to new replies.