Jump to content

Facebook Login button color from AUTHENTICATION page


Recommended Posts

ok i get it!

button, input.button_mini, input.button_small, input.button, input.button_large, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
background: #41AE53;
border-width: medium medium 3px;
border-style: none none solid;
border-color: #2A8438;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
padding: 8px 12px 6px;
text-decoration: none;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

global.css line 176

 

but im affraid that if you will change color there, all other buttons will change color too

Link to comment
Share on other sites

sorry, U said i don't understand. U can explain step by step.

 

in this case it's necessary to add individual class="" or id="" for this button

at the moment it hasn't got unique class or id so it's not possible

 

please add there (in module/fbconnect_psb) class or id

Link to comment
Share on other sites

×
×
  • Create New...