Color on form elements does not conform (drop down)

When you go to blog.angisullins.com - in the footer is the drop-down menu for blog categories. To my knowledge I have changed and set all existing color options, but this drop down menu turns blue when you click on it. The same happens on other drop-down menus e.g. PayPal shipping options.

Where can I adjust those colors?

Comments

  • Hi,

    to change it's color, please use below css:
    input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus { background-color: #000 !important; }
  • Thank you, I had to add color:#000000 as well to have the text itself change from blue to black in addition to the text field background.
Sign In or Register to comment.