change font colour

GK User
Sat Jan 29, 2011 4:41 pm
Hi,

could you tell me where can I change the font colour of the text in the login/registration module. (see screenshot)
I think it`s to dark...

Thanks

Michael
User avatar
Fresh Boarder

GK User
Sat Jan 29, 2011 5:14 pm
Hi

Please enable override.css file on template parameters and next add this line on this file:

Code: Select all

.mod_login p,.mod_login a {color: #fff!important}
.mod_login a:hover {text-decoration: underline}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Jan 29, 2011 6:17 pm
Hi,

the parameters for override are on.

My code is :



/* Here you can put your own CSS rules */
.mod_login p,.mod_login a {color: #FF3300}
.mod_login a:hover {text-decoration: underline}

But the colour is also the same :dry:
User avatar
Fresh Boarder

GK User
Sun Jan 30, 2011 12:51 am
If you want to override the text at the bottom of the login module, use:

#form-login ul li a {
color: #FF0000;
}

If you want to override the 'label' text use:

#form-login label {
color: #FF0000;
}

Change the colors to suit of course!

Chris
User avatar
Expert Boarder

GK User
Sun Jan 30, 2011 8:13 am
Hello Chris,

the right side is ok, it`s now red. But on the left side I would like the colour white :dry:

Image
User avatar
Fresh Boarder

GK User
Sun Jan 30, 2011 9:50 am
Sorry Micha, I can't tell from the pic what classes are being used.

Best thing is to use FireFox, load the FireBug plugin and then you can inspect the code to see what classes need to be overridden/changed.

Have fun!

Chris
User avatar
Expert Boarder


cron