cancel
Showing results for 
Search instead for 
Did you mean: 

change login-button

digiwill
Champ in-the-making
Champ in-the-making
Hi guys,

I can't seem to find the right file to change this…….please see the attachment.

I want to change the colour of the login-button.

Can you point me to the right direction?

Thanks in advance!

I'm using the latest edition from Alfresco Community Edition.
2 REPLIES 2

hardik1512
Star Contributor
Star Contributor
Its login.css file located at path tomcat\webapps\share\components\guest

In that file there is below entry which is for login button background color.

.form-fields.login .form-field > span.yui-button > .first-child {
  background-color: #ffa028;
  border-color: #ffa028;
}

You can change this for new color.

Hope this helps.

digiwill
Champ in-the-making
Champ in-the-making
tnx hardik, i will give it a try!!