I have set my fields to have light yellow background for all fields required but I am stuck on how to do this for the Drop Down Fields.
I tried adding a class to the field and setting the color this way.
I've tried a bunch of combinations with Field, Select, etc and this is the only one I had change the color. Problem is it applied the color to the field but then when you make a selection the field does not populate with the selection.
.DDField input {background-color:lightyellow!important;}
@MatthewTingley @JasonSmith
BTW, does anyone know of a CSS selector that can identify all required fields to change their background colour. I added a Class to those fields but wondering if there is a simplier approach.
Thanks all