Tagged: x Author Posts June 20, 2016 at 5:31 am #1050314 ahurlburt53Participant Ive searched everywhere but am unable to locate css to change the drop down menu color to 57c9e7 from blue with is on the forms now. https://vsfmarketing.com/get-in-touch/ screen shot http://i.imgur.com/4SrsAsw.png June 20, 2016 at 6:08 am #1050376 ThaiModerator Hi There, Please add the following CSS: select#input_1_10 { color: #57c9e7; } Hope it helps 🙂 June 20, 2016 at 7:32 am #1050491 ahurlburt53Participant ty for your fast response, I am actually referring to the hover color of selected drop down menu items. Click on the yes option in request more services. You will see the other two options appear. View post on imgur.com June 20, 2016 at 8:20 am #1050560 Paul RModerator Hi, You can try this code instead. #gform_1 select:focus { outline: 5px auto #57c9e7; } Hope that helps. Author Posts