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
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; }