Would like help to change color of that orange "Reset passweord" button.

Helen Lubar Posted in Technical Support 6 years ago

I have tried using the browser "inspect element" and gone through the css file and can't find it.
The login button is easy to find but not reset password button.
Your help appreciated, thanks.

Replies
us Helen Lubar Replied 5 years ago

Thank you Arsalan, for others this is what I done to change color of Reset password button :
System\plugins\default\pages\contents\index.php

On line 22, I changed class="btn btn-warning" to "btn btn-success"
Got a nice green button now.

Indonesian Arsalan Shah Replied 6 years ago

It uses the boostrap classes, you should change the class and add your own css class to it.