PDA

View Full Version : Unread Posts


CodyMuir
12-21-2008, 12:11 AM
/* ***** change thread color for unread ***** */
.unread {
background-color: #660000 !important;
}

I have inserted that into my additional CSS box on my style at
http://clandwd.com/forums


For all my other styles this has worked, but for some reason my current style is not affected by it.
I just want to be able to separate the color of my unread threads from my read ones.

Please help.:)

Lynne
12-21-2008, 03:02 AM
You have to actually apply the class unread to the table cells to get it to take affect. Do you have that class called out in any template?

CodyMuir
12-22-2008, 12:57 AM
Ah, no i do not.
But i cannot find that post anymore >.<
I can't remember how i did it before!!

Lynne
12-22-2008, 03:02 AM
You said it was working on your other styles, so just do a search in those templates for that class name and see where it was used. Then put it in the same place in your new style.

CodyMuir
12-22-2008, 10:07 PM
Yea, but the thing is, when ever i make a new style and add that code in, it works fine, its just for this style
I dont understand.
Same with the activity mod, it doesnt work with this style but thats another problem.

It just seems like this style doesnt allow it or something.

Lynne
12-22-2008, 10:49 PM
Maybe it's a badly coded style.

CodyMuir
12-26-2008, 05:10 AM
Can you help me make it work please?
I do not really know much about coding, i just want it so when there is a new post, the background color changes,so you can see the new posts.
Cody