Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
-
- CommentAuthorstencel
- CommentTimeAug 13th 2008
Hi again,
How can I change the colour of footer text (in vitality theme). I mean e.g. the link "Moodle docs for this page". In some of the color packs the color of the text is very similar to the color of the background. I've experimented a little but with no success. Can you help?
Przemek
-
-
CommentAuthorptrkmkl
- CommentTimeAug 13th 2008
Sure, you could try adding to styles.css something like:
#footer a:link, #footer a:visited { color:#fff !important; } -
-
- CommentAuthorstencel
- CommentTimeAug 14th 2008
Thank you, that worked :-)
However, this also changed the color of the links in this text: "You are logged in as xyz (log out)". How could I control the text "Moodle docs for this page" independently of "you are logged in as..."?
-
-
CommentAuthorptrkmkl
- CommentTimeAug 14th 2008 edited
#footer .helplink a:link, #footer .helplink a:visited { color:#fff; } -
-
- CommentAuthorstencel
- CommentTimeAug 14th 2008
perfect, thank you :-)
1 to 5 of 5

