Need to change login color

Need to change login color

by Rosa Juarez -
Number of replies: 1
Hi, I'm new using moodle and I have a little problem, I have to change the color of the login text, and I don't know how, and also if it 's possible to change the color of the blue links, please confuso thanks from Mexico
Average of ratings: -
In reply to Rosa Juarez

Re: Need to change login color

by Mauno Korpelainen -

Edit file styles_color.css of your theme and change these color-tags:

a:link,
a:visited {
  color:#0000FF;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

a:hover {
  color:#FF0000;
}
Color:#0000FF is blue