Topic-icon Login modal button colors

Active Subscriptions:

None
11 years 6 months ago #49046 by wuu108
See the screencap in link below
gyazo.com/06623f1208c459a79ef1db2c772e9088

I do not want it to be faded and need the text clear for both the login and logout buttons and in the hover state in this form?
The topic has been locked.
Support Specialist
11 years 6 months ago #49054 by mel
Replied by mel on topic Login modal button colors
Some styles from your template are taking priority over the mod_sclogin's css files because the template has marked them as important. You will need to either edit your template or update the appropriate styles in the mod_sclogin CSS file for whichever theme you are using (located in /media/sourcecoast/themes/sclogin directory) to fix this.

Your template file that is doing this is flexo/css/presets/style1.css

Your Log In "button" style is at line 48
color: #579ad9 !important;
border-color: #cecece !important;
background-color: #ffffff !important;

The button:hover style is at line 67
color: #ffffff !important;
background-color: #579ad9 !important;
border-color: #579ad9 !important;

There may be more that need tweaking, but these are the ones you need to concentrate on first.

-Melissa
The topic has been locked.