Changing the font colour in the login module

GK User
Thu Jan 20, 2011 4:27 pm
Hi

can you please point me to where I can change the font colour of the text in the login module. (see screenshot)

Thanks

PJ
User avatar
Junior Boarder

GK User
Fri Jan 21, 2011 12:47 am
Not sure if you are using your "overrides.css" file, but if you are you can override it by adding:

#form-login label {color: #ff0000!important;} - changes it to red

If you are not using overrides.css, then simply change it in the joomla.css file I think it is.

Chris
User avatar
Expert Boarder

GK User
Fri Jan 21, 2011 7:56 am
Thanks alot Chris, that's changed the words username, password and remeber me but I also want to change the colour of the three links below (forgot password, forgot username and register).

In style 2 css there is the following code ...

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

... but do you know where to set the link colour itself?

Thanks again

PJ
User avatar
Junior Boarder

GK User
Fri Jan 21, 2011 9:56 am
first thing you need to do is use FireFox as your browser, then install FireBug . . . using this you'll see exactly what code would need changing . . .

The code for the 3 x links at the bottom is in joomla.css:

#form-login ul li a {color: #696A6A;} change this to suit whatever color you want

for the hover it's in style1.css (if that is the style you are using)

#form-login ul li a:hover {color: #FF9900;} change this to suit whatever color you want
User avatar
Expert Boarder

GK User
Fri Jan 21, 2011 10:42 am
brilliant, thanks.

Installing Firebug now

PJ
User avatar
Junior Boarder

GK User
Fri Jan 21, 2011 12:03 pm
No problem :)
User avatar
Expert Boarder


cron