| Re: Can't see text in forum category title bar |
| by cgibb1014 on 2005/7/18 18:40:54 I was able to solve this problem by adding three lines to the css file. After these lines: a {color: #666666; text-decoration: none; font-weight: bold; background-color: transparent;} a:hover {color: #ff6600;} Add these lines: table.outer th a:link {color: #ffffff;} table.outer th a:hover {color: #ff6600;} table.outer th a:visited {color: #aaaaaa;} It took a long time but I was able to learn something about css, classes and id's in the process. |
| Can't see text in forum category title bar |
| by cgibb1014 on 2005/7/17 5:01:52 I don't know if this is a css problem or a module problem. I just installed the forum module and the category titles are dark text on a dark background--nearly invisible. I'd like to change the text to white. Anybody know where I do that? I'm using the default theme. |