| Re: CBB 3.04 - User Profile colour blended with theme making it invisible |
| by tedsmith on 2006/6/9 7:35:42 Thanks guys...that has worked!! All that time, and it was just because I'd missed the 'a' out before the {. How annoying! Thanks so much - I can rest now...(I can't stand noticeable inperfections) |
| Re: CBB 3.04 - User Profile colour blended with theme making it invisible |
| by marcionline on 2006/6/8 21:56:50 Quote:
Try le="color: #000000"><?php .comUserName a{color: #ffffff;} If dont work, see this topic.
|
| Re: CBB 3.04 - User Profile colour blended with theme making it invisible |
| by CeBepuH on 2006/6/8 21:11:37 Try something like this instead: le="color: #000000"><?php .comUserName a {color: #ffffff;} .comUserName a:hover {color: #ffffff;}
|
| Re: CBB 3.04 - User Profile colour blended with theme making it invisible |
| by tedsmith on 2006/6/8 19:53:52 The theme I use only has one style.css - the other has one for all three. But the problem happens with IE (style.css) anyway - just tested on a Windows box. You could be right about the template but I'm no good at tweaking them
|
| Re: CBB 3.04 - User Profile colour blended with theme making it invisible |
| by Mantooth on 2006/6/8 19:42:20 did you change it in styleNN.css also? I think that's the file that firefox uses le="color: #000000"><?php <th width="20%" align="left"> <div class="comUserName"><{$topic_post.poster.link}></div> </th> Also, I think if you throw in some html in between the div tags, it will override everything else and display how you want it to. i'm kind of a n00b though, so i might not know what i'm talking about |