Hi,
How do I customize this drop down area for the contact form?
I would like to change
the text color
the text color when rollover
the background color
the background color when I roll over
Hi mcraig77!
Please use the below css in Enfold > General Styling > Quick CSS
#element_avia_5_1 select {
background-color: #212121!important;
color: #fff;
}
Regards,
Vinay