Thanks for the bug report and review! Will take a look and get a patch out!
Cheers
I just tested and the button color saves for me. Video https://goo.gl/EuhLgh
Are you entering a custom color? Maybe you entered an invalid value?
Hey, I tested it twice, doenst work for me, dont know why. I have got a free version, not the pro one, maybe thats why?
Yeah, That video is the free version. More than likely another plugin is causing a javascript error breaking chooser. If you enter a color directly does it save? For example if you enter #660000
Thanks
BTW how can I change the box color? Any chance?
yep one sec taking a look at you site
OK I see you have a plugin installed called slate admin theme that is injecting styles on the login page as well. Not sure if you can disable that plugin from changing the login page but that is what is overriding the button color.
To change the box color you’ll need to add custom css
.login form{
background: black;
}
Thanks a lot, I see. Yeah the slate plugin is a nice tool to change the design of the back end area. I will stick to it and live with the blue button 😉 Thanks for this awesome support!