Page 1 of 1

Change Color of new/unread Postings in Recent Topic Block?

PostPosted: Sun Nov 21, 2010 10:01 am
Author: TEDDYBOY
Can anybody tell me how I can Display new/unread Topics, in Recent Topic Block in white Color?
When its unread ore New it should be white Text.

I use a Acidtech based Template witch allready shows new Postings/Topics in white color bur not in the Recent Topic Block.

Hope somebody can help me , thats all new for me.
Thanks Robert

Re: Change Color of new/unread Postings in Recent Topic Bloc

PostPosted: Sun Nov 21, 2010 1:00 pm
Author: Helter
recent topics block does not work that way. I does not know if youve read it or not. It uses the standard link css so if your theme supports it, it will change the color of the link only if you use the link itself.
Most styles use the same color for a:link as well as for a:visited.

if you look in Integra2.css you will find the link code like this
[code]a]

You can change it to this
[code]  a]

then edit a:visited to
[code]a]

Re: Change Color of new/unread Postings in Recent Topic Bloc

PostPosted: Sun Nov 21, 2010 1:41 pm
Author: TEDDYBOY
Sounds easy but I cant find Integra2.css.
Where did you put it , do you remeber?
Sorry , its the first Time doing such a thing by myself as you know;)

I found this on the Template css:

[color=#FF8000]/* Forum title]

Do I have to make that Changes there?
Maybe you can change this into the Code I have to use.So I can easy replace that Thing.
Thanks again!!!

Re: Change Color of new/unread Postings in Recent Topic Bloc

PostPosted: Sun Nov 21, 2010 9:10 pm
Author: Helter
it depends which acidtech color your using since there are 5

for the basic acidtech which I believe is blue, look for this line
[code]a, a]
and change to
[code]a, a]

Re: Change Color of new/unread Postings in Recent Topic Bloc

PostPosted: Mon Nov 22, 2010 12:50 am
Author: TEDDYBOY
Ok thank you!!!