Unread thread title color

Moi EtOuir

New member
Hi,

I'm trying to modify the color of an unread thread, so I add this to my extra.css :
Code:
.discussionListItem.visible.unread h3
{
color:red;
}

But it doesn't change anything, I tried a lot of ways, but it has no effect on the color of the title
 
Hi,

I'm trying to modify the color of an unread thread, so I add this to my extra.css :
Code:
.discussionListItem.visible.unread h3
{
color:red;
}

But it doesn't change anything, I tried a lot of ways, but it has no effect on the color of the title

Apearance -> Style Properties -> Discussion List - Title(unread)

Hope that helps.
 
Top Bottom