How can I change the form field select color? For example when you put the cursor into the NAME field the border of the box turns gray, i’d like it to change it to orange.
Thanks.
Hi,
Please add this to Quick CSS or to /css/Custom.css
#top .alternate_color input[type='text'], #top .alternate_color input[type='input'], #top .alternate_color input[type='password'], #top .alternate_color input[type='email'], #top .alternate_color input[type='number'], #top .alternate_color input[type='url'], #top .alternate_color input[type='tel'], #top .alternate_color input[type='search'], #top .alternate_color textarea, #top .alternate_color select {
border-color: orange;
}
Thanks,
Nick