Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26748

    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.

    #131478

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Form field select border color’ is closed to new replies.